File tree Expand file tree Collapse file tree 3 files changed +0
-206
lines changed
Expand file tree Collapse file tree 3 files changed +0
-206
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -9,9 +9,6 @@ parameters:
99 - '~.*TreeBuilder::root.*~'
1010 - '~Parameter \#1 \$configs.*DoctrineMigrationsExtension::load.*~'
1111
12- excludes_analyse:
13- - Tests/Fixtures/CustomEntityManager.php
14-
1512includes:
1613 - vendor/phpstan/phpstan-strict-rules/rules.neon
1714 - vendor/phpstan/phpstan-phpunit/extension.neon
Original file line number Diff line number Diff line change 1010 <code >$configs</code >
1111 </MoreSpecificImplementedParamType >
1212 </file >
13- <file src =" Tests/Fixtures/CustomEntityManager.php" >
14- <ConstructorSignatureMismatch occurrences =" 1" >
15- <code >$em</code >
16- </ConstructorSignatureMismatch >
17- <ImplementedParamTypeMismatch occurrences =" 1" >
18- <code >$em</code >
19- </ImplementedParamTypeMismatch >
20- <InvalidArgument occurrences =" 1" >
21- <code >$this</code >
22- </InvalidArgument >
23- <InvalidPropertyAssignmentValue occurrences =" 1" >
24- <code >$em</code >
25- </InvalidPropertyAssignmentValue >
26- <MethodSignatureMismatch occurrences =" 1" >
27- <code >public function __construct(CustomEntityManager $em)</code >
28- </MethodSignatureMismatch >
29- </file >
3013</files >
You can’t perform that action at this time.
0 commit comments