Skip to content

Commit 2015b16

Browse files
committed
Remove unused fixture
1 parent 3393f41 commit 2015b16

File tree

3 files changed

+0
-206
lines changed

3 files changed

+0
-206
lines changed

Tests/Fixtures/CustomEntityManager.php

Lines changed: 0 additions & 186 deletions
This file was deleted.

phpstan.neon.dist

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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-
1512
includes:
1613
- vendor/phpstan/phpstan-strict-rules/rules.neon
1714
- vendor/phpstan/phpstan-phpunit/extension.neon

psalm-baseline.xml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,4 @@
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>

0 commit comments

Comments
 (0)