File tree 3 files changed +24
-2
lines changed
3 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 38
38
"branch-alias" : {
39
39
"dev-master" : " 0.1-dev"
40
40
}
41
- }
41
+ },
42
+ "minimum-stability" : " dev" ,
43
+ "prefer-stable" : true
42
44
}
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 3
3
4
4
namespace TheCodingMachine \Safe \PHPStan \Utils ;
5
5
6
-
7
6
use PHPStan \Analyser \Scope ;
8
7
use PHPStan \Reflection \FunctionReflection ;
9
8
use PHPStan \Reflection \MethodReflection ;
You can’t perform that action at this time.
0 commit comments