File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1515 - InpsydeCodingStandard.CodeQuality.HookClosureReturn.ReturnFromAction
1616 - InpsydeCodingStandard.CodeQuality.NoElse
1717 - InpsydeCodingStandard.CodeQuality.NoElse.NoElse
18- - InpsydeCodingStandard.CodeQuality.NoSetter
19- - InpsydeCodingStandard.CodeQuality.NoSetter.NoSetter
18+ - InpsydeCodingStandard.CodeQuality.NoAccessors
19+ - InpsydeCodingStandard.CodeQuality.NoAccessors.NoGetter
20+ - InpsydeCodingStandard.CodeQuality.NoAccessors.NoSetter
2021 - InpsydeCodingStandard.CodeQuality.PropertyPerClassLimit
2122 - InpsydeCodingStandard.CodeQuality.PropertyPerClassLimit.TooMuchProperties
2223 - InpsydeCodingStandard.CodeQuality.ReturnTypeDeclaration
Original file line number Diff line number Diff line change 66 <autoload >./Inpsyde/Helpers.php</autoload >
77 <autoload >./Inpsyde/PHPCSAliases.php</autoload >
88
9- <file >./Inpsyde/Sniffs/CodeQuality</file >
9+ <file >./Inpsyde/Sniffs</file >
10+ <file >./tests/src</file >
11+ <file >./tests/cases</file >
1012
1113 <!--
1214 PHP 7.0 and higher.
4143 <exclude name =" NeutronStandard.Functions.LongFunction" />
4244 <exclude name =" NeutronStandard.Functions.VariableFunctions" />
4345 <exclude name =" NeutronStandard.Functions.TypeHint" />
46+ <exclude name =" NeutronStandard.Constants.DisallowDefine" />
4447 </rule >
4548
4649 <!--
8891 <!--
8992 Use own styles :)
9093 -->
91- <rule ref =" ./Inpsyde/Sniffs/CodeQuality/ArgumentTypeDeclarationSniff.php" />
9294 <rule ref =" ./Inpsyde/Sniffs/CodeQuality/DisallowShortOpenTagSniff.php" />
9395 <rule ref =" ./Inpsyde/Sniffs/CodeQuality/ElementNameMinimalLengthSniff.php" />
9496 <rule ref =" ./Inpsyde/Sniffs/CodeQuality/ForbiddenPublicPropertySniff.php" />
9597 <rule ref =" ./Inpsyde/Sniffs/CodeQuality/FunctionLengthSniff.php" />
9698 <rule ref =" ./Inpsyde/Sniffs/CodeQuality/HookClosureReturnSniff.php" />
9799 <rule ref =" ./Inpsyde/Sniffs/CodeQuality/LineLengthSniff.php" />
98100 <rule ref =" ./Inpsyde/Sniffs/CodeQuality/NoElseSniff.php" />
99- <rule ref =" ./Inpsyde/Sniffs/CodeQuality/NoSetterSniff .php" />
101+ <rule ref =" ./Inpsyde/Sniffs/CodeQuality/NoAccessorsSniff .php" />
100102 <rule ref =" ./Inpsyde/Sniffs/CodeQuality/PropertyPerClassLimitSniff.php" />
101- <rule ref =" ./Inpsyde/Sniffs/CodeQuality/ReturnTypeDeclarationSniff.php" />
102103
103104</ruleset >
You can’t perform that action at this time.
0 commit comments