File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
tests/DoctrineIntegration Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 8888 >
8989 <arg value =" analyse" />
9090 <arg value =" -l" />
91- <arg value =" 7 " />
91+ <arg value =" 8 " />
9292 <arg value =" -c" />
9393 <arg path =" phpstan.neon" />
9494 <arg path =" src" />
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ includes:
44 - vendor/phpstan/phpstan-strict-rules/rules.neon
55 - vendor/phpstan/phpstan-phpunit/extension.neon
66 - vendor/phpstan/phpstan-phpunit/rules.neon
7- - vendor/phpstan /phpstan/conf/bleedingEdge.neon
7+ - phar:/ /phpstan.phar /conf/bleedingEdge.neon
88
99parameters :
1010 excludes_analyse :
Original file line number Diff line number Diff line change 11includes :
22 - ../../../extension.neon
3- - ../../../vendor/ phpstan/phpstan /conf/bleedingEdge.neon
3+ - phar:// phpstan.phar /conf/bleedingEdge.neon
44
55parameters :
66 doctrine :
7- objectManagerLoader : tests/DoctrineIntegration/ODM/ document-manager.php
7+ objectManagerLoader : document-manager.php
Original file line number Diff line number Diff line change 11includes :
22 - ../../../extension.neon
33 - ../../../rules.neon
4- - ../../../vendor/ phpstan/phpstan /conf/bleedingEdge.neon
4+ - phar:// phpstan.phar /conf/bleedingEdge.neon
55
66parameters :
77 doctrine :
8- objectManagerLoader : tests/DoctrineIntegration/ORM/ entity-manager.php
8+ objectManagerLoader : entity-manager.php
Original file line number Diff line number Diff line change 11includes :
22 - ../../../extension.neon
3- - ../../../vendor/ phpstan/phpstan /conf/bleedingEdge.neon
3+ - phar:// phpstan.phar /conf/bleedingEdge.neon
You can’t perform that action at this time.
0 commit comments