File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 155
155
<rule ref =" SlevomatCodingStandard.Classes.ClassConstantVisibility" />
156
156
<rule ref =" SlevomatCodingStandard.Classes.UnusedPrivateElements" />
157
157
<rule ref =" SlevomatCodingStandard.Commenting.InlineDocCommentDeclaration" />
158
- <rule ref =" SlevomatCodingStandard.ControlStructures.YodaComparison " />
158
+ <rule ref =" SlevomatCodingStandard.ControlStructures.DisallowYodaComparison " />
159
159
<rule ref =" SlevomatCodingStandard.Exceptions.DeadCatch" />
160
160
<rule ref =" SlevomatCodingStandard.Exceptions.ReferenceThrowableOnly" />
161
161
<rule ref =" SlevomatCodingStandard.Namespaces.AlphabeticallySortedUses" >
Original file line number Diff line number Diff line change 13
13
"require" : {
14
14
"php" : " ~7.0" ,
15
15
"squizlabs/php_codesniffer" : " ~3.0.1" ,
16
- "slevomat/coding-standard" : " ~3 .0"
16
+ "slevomat/coding-standard" : " ~4 .0"
17
17
},
18
18
"require-dev" : {
19
19
"jakub-onderka/php-console-highlighter" : " 0.3.2" ,
You can’t perform that action at this time.
0 commit comments