File tree Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1818 "require" : {
1919 "php" : " ~7.1" ,
2020 "nikic/php-parser" : " ^4.0" ,
21- "phpstan/phpstan" : " ^0.11"
21+ "phpstan/phpstan" : " ^0.11.4 "
2222 },
2323 "require-dev" : {
2424 "consistence/coding-standard" : " ^3.0.1" ,
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ includes:
22 - vendor/phpstan/phpstan-phpunit/extension.neon
33 - vendor/phpstan/phpstan-phpunit/rules.neon
44 - rules.neon
5+ - vendor/phpstan/phpstan/conf/bleedingEdge.neon
56
67parameters :
78 excludes_analyse :
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ public function getPhpStanExecutablePath(): string
2929
3030 public function getPhpStanConfigPath (): ?string
3131 {
32- return __DIR__ . '/../../rules .neon ' ;
32+ return __DIR__ . '/phpstan .neon ' ;
3333 }
3434
3535}
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