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 17
17
},
18
18
"require" : {
19
19
"php" : " ~7.1" ,
20
- "phpstan/phpstan" : " ^0.11.6 " ,
20
+ "phpstan/phpstan" : " ^0.11.7 " ,
21
21
"phpstan/phpdoc-parser" : " ^0.3" ,
22
22
"nikic/php-parser" : " ^4.0"
23
23
},
Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ parameters:
5
5
allCollectionsSelectable : true
6
6
objectManagerLoader : null
7
7
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
+
8
16
conditionalTags :
9
17
PHPStan\Reflection\Doctrine\DoctrineSelectableClassReflectionExtension :
10
18
phpstan.broker.methodsClassReflectionExtension : %doctrine.allCollectionsSelectable%
Original file line number Diff line number Diff line change @@ -2,6 +2,15 @@ parameters:
2
2
doctrine :
3
3
reportDynamicQueryBuilders : false
4
4
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
+
5
14
rules :
6
15
- PHPStan\Rules\Doctrine\ORM\DqlRule
7
16
- PHPStan\Rules\Doctrine\ORM\MagicRepositoryMethodCallRule
You can’t perform that action at this time.
0 commit comments