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:
9
9
- '~.*TreeBuilder::root.*~'
10
10
- '~Parameter \#1 \$configs.*DoctrineMigrationsExtension::load.*~'
11
11
12
- excludes_analyse:
13
- - Tests/Fixtures/CustomEntityManager.php
14
-
15
12
includes:
16
13
- vendor/phpstan/phpstan-strict-rules/rules.neon
17
14
- vendor/phpstan/phpstan-phpunit/extension.neon
Original file line number Diff line number Diff line change 10
10
<code >$configs</code >
11
11
</MoreSpecificImplementedParamType >
12
12
</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 >
30
13
</files >
You can’t perform that action at this time.
0 commit comments