File tree Expand file tree Collapse file tree 2 files changed +15
-7
lines changed Expand file tree Collapse file tree 2 files changed +15
-7
lines changed Original file line number Diff line number Diff line change 4
4
"slug" : " coding-standard" ,
5
5
"docsSlug" : " doctrine-coding-standard" ,
6
6
"versions" : [
7
+ {
8
+ "name" : " 14.0" ,
9
+ "branchName" : " 14.0.x" ,
10
+ "slug" : " 14.0" ,
11
+ "upcoming" : true
12
+ },
13
+ {
14
+ "name" : " 13.0" ,
15
+ "branchName" : " 13.0.x" ,
16
+ "slug" : " 13.0" ,
17
+ "current" : true
18
+ },
7
19
{
8
20
"name" : " 12.0" ,
9
21
"branchName" : " 12.0.x" ,
10
22
"slug" : " 12.0" ,
11
- "upcoming " : true
23
+ "maintained " : false
12
24
},
13
25
{
14
26
"name" : " 11.0" ,
15
27
"branchName" : " 11.0.x" ,
16
28
"slug" : " 11.0" ,
17
- "current" : true ,
18
- "aliases" : [
19
- " current" ,
20
- " stable"
21
- ]
29
+ "maintained" : false
22
30
},
23
31
{
24
32
"name" : " 10.0" ,
Original file line number Diff line number Diff line change 623
623
<!-- Require there be no space between increment/decrement operator and its operand -->
624
624
<rule ref =" Generic.WhiteSpace.IncrementDecrementSpacing" />
625
625
<!-- Require space after language constructs -->
626
- <rule ref =" Squiz .WhiteSpace.LanguageConstructSpacing" />
626
+ <rule ref =" Generic .WhiteSpace.LanguageConstructSpacing" />
627
627
<!-- Require space around logical operators -->
628
628
<rule ref =" Squiz.WhiteSpace.LogicalOperatorSpacing" />
629
629
<!-- Forbid spaces around `->` operator -->
You can’t perform that action at this time.
0 commit comments