File tree 4 files changed +6
-2
lines changed
4 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 18
18
"require" : {
19
19
"php" : " ~7.1" ,
20
20
"nikic/php-parser" : " ^4.0" ,
21
- "phpstan/phpstan" : " ^0.11"
21
+ "phpstan/phpstan" : " ^0.11.4 "
22
22
},
23
23
"require-dev" : {
24
24
"consistence/coding-standard" : " ^3.0.1" ,
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ includes:
2
2
- vendor/phpstan/phpstan-phpunit/extension.neon
3
3
- vendor/phpstan/phpstan-phpunit/rules.neon
4
4
- rules.neon
5
+ - vendor/phpstan/phpstan/conf/bleedingEdge.neon
5
6
6
7
parameters :
7
8
excludes_analyse :
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ public function getPhpStanExecutablePath(): string
29
29
30
30
public function getPhpStanConfigPath (): ?string
31
31
{
32
- return __DIR__ . '/../../rules .neon ' ;
32
+ return __DIR__ . '/phpstan .neon ' ;
33
33
}
34
34
35
35
}
Original file line number Diff line number Diff line change
1
+ includes :
2
+ - ../../rules.neon
3
+ - ../../vendor/phpstan/phpstan/conf/bleedingEdge.neon
You can’t perform that action at this time.
0 commit comments