File tree Expand file tree Collapse file tree 3 files changed +24
-2
lines changed Expand file tree Collapse file tree 3 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 3838 "branch-alias" : {
3939 "dev-master" : " 0.1-dev"
4040 }
41- }
41+ },
42+ "minimum-stability" : " dev" ,
43+ "prefer-stable" : true
4244}
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" ?>
2+ <ruleset name =" Expressive Skeleton coding standard" >
3+ <description >Expressive Skeleton coding standard</description >
4+
5+ <!-- display progress -->
6+ <arg value =" p" />
7+ <arg name =" colors" />
8+
9+ <!-- inherit rules from: -->
10+ <rule ref =" PSR2" />
11+
12+ <!-- Paths to check -->
13+ <file >src</file >
14+
15+ <rule ref =" Generic.Files.LineLength" >
16+ <properties >
17+ <property name =" lineLimit" value =" 300" />
18+ <property name =" absoluteLineLimit" value =" 500" />
19+ </properties >
20+ </rule >
21+ </ruleset >
Original file line number Diff line number Diff line change 33
44namespace TheCodingMachine \Safe \PHPStan \Utils ;
55
6-
76use PHPStan \Analyser \Scope ;
87use PHPStan \Reflection \FunctionReflection ;
98use PHPStan \Reflection \MethodReflection ;
You can’t perform that action at this time.
0 commit comments