File tree Expand file tree Collapse file tree 8 files changed +18
-14
lines changed
php-7.4/Fox91CodingStandard
php-8.0/Fox91CodingStandard
php-8.1/Fox91CodingStandard
php-8.2/Fox91CodingStandard
php-8.3/Fox91CodingStandard
php-8.4/Fox91CodingStandard
php-8.5/Fox91CodingStandard Expand file tree Collapse file tree 8 files changed +18
-14
lines changed Original file line number Diff line number Diff line change 173173 </properties >
174174 </rule >
175175 <rule ref =" SlevomatCodingStandard.Classes.MethodSpacing" />
176+ <rule ref =" SlevomatCodingStandard.Classes.TraitUseDeclaration" />
176177 <rule ref =" SlevomatCodingStandard.Classes.TraitUseSpacing" >
177178 <properties >
179+ <property name =" linesCountAfterLastUse" value =" 1" />
180+ <property name =" linesCountAfterLastUseWhenLastInClass" value =" 0" />
178181 <property name =" linesCountBeforeFirstUse" value =" 0" />
182+ <property name =" linesCountBetweenUses" value =" 0" />
179183 </properties >
180184 </rule >
181185 <rule ref =" SlevomatCodingStandard.Commenting.RequireOneLineDocComment" />
Original file line number Diff line number Diff line change 66class Foo
77{
88 use T1 ;
9-
109}
1110
1211class Bar
1312{
14- use T2 , T3 ;
13+ use T2 ;
14+ use T3 ;
1515 use T4 {
1616 x as public ;
1717 }
Original file line number Diff line number Diff line change 66class Foo
77{
88 use T1 ;
9-
109}
1110
1211class Bar
1312{
14- use T2 , T3 ;
13+ use T2 ;
14+ use T3 ;
1515 use T4 {
1616 x as public ;
1717 }
Original file line number Diff line number Diff line change 66class Foo
77{
88 use T1 ;
9-
109}
1110
1211class Bar
1312{
14- use T2 , T3 ;
13+ use T2 ;
14+ use T3 ;
1515 use T4 {
1616 x as public ;
1717 }
Original file line number Diff line number Diff line change 66class Foo
77{
88 use T1 ;
9-
109}
1110
1211class Bar
1312{
14- use T2 , T3 ;
13+ use T2 ;
14+ use T3 ;
1515 use T4 {
1616 x as public ;
1717 }
Original file line number Diff line number Diff line change 66class Foo
77{
88 use T1 ;
9-
109}
1110
1211class Bar
1312{
14- use T2 , T3 ;
13+ use T2 ;
14+ use T3 ;
1515 use T4 {
1616 x as public ;
1717 }
Original file line number Diff line number Diff line change 66class Foo
77{
88 use T1 ;
9-
109}
1110
1211class Bar
1312{
14- use T2 , T3 ;
13+ use T2 ;
14+ use T3 ;
1515 use T4 {
1616 x as public ;
1717 }
Original file line number Diff line number Diff line change 66class Foo
77{
88 use T1 ;
9-
109}
1110
1211class Bar
1312{
14- use T2 , T3 ;
13+ use T2 ;
14+ use T3 ;
1515 use T4 {
1616 x as public ;
1717 }
You can’t perform that action at this time.
0 commit comments