File tree Expand file tree Collapse file tree 4 files changed +20
-9
lines changed Expand file tree Collapse file tree 4 files changed +20
-9
lines changed Original file line number Diff line number Diff line change @@ -18,3 +18,7 @@ max_line_length = 80
18
18
19
19
[* .{yaml,yml} ]
20
20
indent_size = 2
21
+
22
+ [* .{neon,neon.dist} ]
23
+ indent_style = tab
24
+ indent_size = 4
Original file line number Diff line number Diff line change 45
45
"guzzlehttp/guzzle" : " ^7.8.1" ,
46
46
"http-interop/http-factory-guzzle" : " ^1.2.0" ,
47
47
"phpstan/phpstan" : " ^2.0" ,
48
- "phpstan/extension-installer" : " ^1.4.1" ,
49
- "phpstan/phpstan-strict-rules" : " ^2.0" ,
50
48
"phpstan/phpstan-phpunit" : " ^2.0" ,
51
- "phpstan/phpstan-deprecation-rules" : " ^2.0"
49
+ "phpstan/phpstan-deprecation-rules" : " ^2.0" ,
50
+ "phpstan/phpstan-strict-rules" : " ^2.0"
52
51
},
53
52
"scripts" : {
54
53
"lint" : [
62
61
},
63
62
"config" : {
64
63
"allow-plugins" : {
65
- "phpstan/extension-installer" : true ,
66
64
"php-http/discovery" : true
67
65
}
68
66
}
Original file line number Diff line number Diff line change
1
+ includes :
2
+ - vendor/phpstan/phpstan-phpunit/extension.neon
3
+ - vendor/phpstan/phpstan-phpunit/rules.neon
4
+ - vendor/phpstan/phpstan-deprecation-rules/rules.neon
5
+ - vendor/phpstan/phpstan-strict-rules/rules.neon
6
+ - vendor/phpstan/phpstan/conf/bleedingEdge.neon
7
+
8
+ parameters :
9
+ level : 5
10
+ paths :
11
+ - src
12
+ - tests
13
+ additionalConstructors :
14
+ - PHPUnit\Framework\TestCase::setUp
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments