File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1111 ],
1212 "require" : {
1313 "php" : " ^7.2 || ^8.0" ,
14- "slevomat/coding-standard" : " ^8.0 "
14+ "slevomat/coding-standard" : " ^8.1 "
1515 },
1616 "autoload" : {
1717 "psr-4" : {"Spaze\\ CodingStandard\\ " : " src" }
Original file line number Diff line number Diff line change 114114 </properties >
115115 </rule >
116116 <rule ref =" SlevomatCodingStandard.TypeHints.LongTypeHints" />
117- <rule ref =" SlevomatCodingStandard.Classes.PropertyDeclaration" />
117+ <rule ref =" SlevomatCodingStandard.Classes.PropertyDeclaration" >
118+ <properties >
119+ <property name =" checkPromoted" value =" true" />
120+ <property name =" enableMultipleSpacesBetweenModifiersCheck" value =" true" />
121+ </properties >
122+ </rule >
118123 <rule ref =" SlevomatCodingStandard.TypeHints.ReturnTypeHintSpacing" >
119124 <properties >
120125 <property name =" spacesCountBeforeColon" value =" 0" />
You can’t perform that action at this time.
0 commit comments