File tree Expand file tree Collapse file tree 2 files changed +20
-20
lines changed
Expand file tree Collapse file tree 2 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 116116 <rule ref =" SlevomatCodingStandard.TypeHints.DeclareStrictTypes" >
117117 <properties >
118118 <property name =" spacesCountAroundEqualsSign" value =" 0" />
119- <property name =" declareOnFirstLine" value =" 1 " />
119+ <property name =" declareOnFirstLine" value =" true " />
120120 <property name =" linesCountAfterDeclare" value =" 1" />
121121 </properties >
122122 </rule >
129129 </rule >
130130 <rule ref =" SlevomatCodingStandard.Classes.ClassConstantVisibility" >
131131 <properties >
132- <property name =" fixable" value =" 1 " />
132+ <property name =" fixable" value =" true " />
133133 </properties >
134134 </rule >
135135 <rule ref =" SlevomatCodingStandard.Namespaces.UnusedUses" >
136136 <properties >
137- <property name =" searchAnnotations" value =" 1 " />
137+ <property name =" searchAnnotations" value =" true " />
138138 </properties >
139139 </rule >
140140 <!-- Checks for missing return typehints in case they can be declared natively -->
234234 <rule ref =" SlevomatCodingStandard.Variables.DuplicateAssignmentToVariable" />
235235 <rule ref =" SlevomatCodingStandard.Variables.UnusedVariable" >
236236 <properties >
237- <property name =" ignoreUnusedValuesWhenOnlyKeysAreUsedInForeach" value =" 1 " />
237+ <property name =" ignoreUnusedValuesWhenOnlyKeysAreUsedInForeach" value =" true " />
238238 </properties >
239239 </rule >
240240 <rule ref =" SlevomatCodingStandard.Variables.UselessVariable" />
You can’t perform that action at this time.
0 commit comments