File tree Expand file tree Collapse file tree 3 files changed +18
-1
lines changed Expand file tree Collapse file tree 3 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 1717 },
1818 "require" : {
1919 "php" : " ~7.1" ,
20- "phpstan/phpstan" : " ^0.11.6 " ,
20+ "phpstan/phpstan" : " ^0.11.7 " ,
2121 "phpstan/phpdoc-parser" : " ^0.3" ,
2222 "nikic/php-parser" : " ^4.0"
2323 },
Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ parameters:
55 allCollectionsSelectable : true
66 objectManagerLoader : null
77
8+ parametersSchema :
9+ doctrine : structure ([
10+ repositoryClass : schema (string (), nullable ())
11+ queryBuilderClass : schema (string (), nullable ())
12+ allCollectionsSelectable : bool ()
13+ objectManagerLoader : schema (string (), nullable ())
14+ ])
15+
816conditionalTags :
917 PHPStan\Reflection\Doctrine\DoctrineSelectableClassReflectionExtension :
1018 phpstan.broker.methodsClassReflectionExtension : %doctrine.allCollectionsSelectable%
Original file line number Diff line number Diff line change @@ -2,6 +2,15 @@ parameters:
22 doctrine :
33 reportDynamicQueryBuilders : false
44
5+ parametersSchema :
6+ doctrine : structure ([
7+ repositoryClass : schema (string (), nullable ())
8+ queryBuilderClass : schema (string (), nullable ())
9+ allCollectionsSelectable : bool ()
10+ objectManagerLoader : schema (string (), nullable ())
11+ reportDynamicQueryBuilders : bool ()
12+ ])
13+
514rules :
615 - PHPStan\Rules\Doctrine\ORM\DqlRule
716 - PHPStan\Rules\Doctrine\ORM\MagicRepositoryMethodCallRule
You can’t perform that action at this time.
0 commit comments