Replies: 2 comments 3 replies
-
@shaedrich I see you want to clean up and put stuff in order:) |
Beta Was this translation helpful? Give feedback.
-
As a coder I prefer to have things consistent in my editor - but the choice of which of the current multiple ways is also important, and personally I would prefer to have things inconsistent if the choice of way is one I absolutely dislike (better to have some that are OK rather than none that are OK). It seems to me that @shaedrich Sebastian is looking for input from the community here on what choices to narrow down to. And personally, for the sake of absolute clarity, I would like to see a detailed comment here giving examples of the choice to narrow to for each of the inconsistencies. Sebastian, is this something that you can provide? |
Beta Was this translation helpful? Give feedback.
-
When checking code block contents in the docs, I saw a lot of inconsistencies:
<?php
be included or omitted?class ClassName { … }
be included or omitted when describing a method?namespace
be included or omitted?use
statement for used classes, traits, and interfaces be included or omitted?Beta Was this translation helpful? Give feedback.
All reactions