-
Notifications
You must be signed in to change notification settings - Fork 103
Open
Description
did a quick compare between current sniffs and symfony's current standards and noticed the following new rules (which i'll try to provide a sniff for next weekend):
Structure:
- Add a use statement for every class that is not part of the global namespace.
Documentation
- Don't inline PHPDoc blocks, even when they contain just one tag (e.g. don't put /** {@inheritdoc} */ in a single line);
- When adding a new class or when making significant changes to an existing class, an @author tag with personal contact information may be added, or expanded. Please note it is possible to have the personal contact information updated or removed per request to the doc:core team.
for the last one i think we at most can throw a warning
Metadata
Metadata
Assignees
Labels
No labels