-
Notifications
You must be signed in to change notification settings - Fork 12
Hostnet Experimental
Mitchell edited this page Oct 17, 2018
·
1 revision
The phpcs-tool
also contains a ruleset called HostnetExperimental
, which imports the regular Hostnet codestyle, but has a few extra sniffs that are being tested and will become part of our codestyle in the future.
- SlevomatCodingStandard.Classes.ClassConstantVisibility
-
SlevomatCodingStandard.TypeHints.TypeHintDeclaration
- Excluding
SlevomatCodingStandard.TypeHints.TypeHintDeclaration.MissingParameterTypeHint
- Excluding
SlevomatCodingStandard.TypeHints.TypeHintDeclaration.MissingPropertyTypeHint
- Excluding
SlevomatCodingStandard.TypeHints.TypeHintDeclaration.MissingTraversableParameterTypeHintSpecification
- Excluding
SlevomatCodingStandard.TypeHints.TypeHintDeclaration.MissingTraversablePropertyTypeHintSpecification
- Excluding
SlevomatCodingStandard.TypeHints.TypeHintDeclaration.MissingTraversableReturnTypeHintSpecification
- Excluding
SlevomatCodingStandard.TypeHints.TypeHintDeclaration.UselessDocComment
- Excluding