|
1 | 1 | <?php declare(strict_types = 1);
|
2 | 2 |
|
| 3 | +$excludePaths = [ |
| 4 | + 'tests/Ticket/632TestCase.php', |
| 5 | + 'lib/Doctrine/Search/Indexer.php', |
| 6 | + 'tests/Collection/SnapshotTestCase.php', |
| 7 | + 'tests/CollectionTestCase.php', |
| 8 | + 'tests/IntegrityActionTestCase.php', |
| 9 | + 'tests/Relation/NestTestCase.php', |
| 10 | + 'tests/Ticket/1449TestCase.php', |
| 11 | + 'tests/Ticket/1876TestCase.php', |
| 12 | + 'tests/Ticket/1876bTestCase.php', |
| 13 | + 'tests/Ticket/1876bTestCase.php', |
| 14 | + 'tests/Ticket/632TestCase.php', |
| 15 | + 'tests/Ticket/632TestCase.php', |
| 16 | + 'tests/run.php', |
| 17 | +]; |
| 18 | + |
3 | 19 | $ignoreErrors = [];
|
4 | 20 | $ignoreErrors[] = [
|
5 | 21 | 'message' => '#^Class Doctrine_Access implements generic interface ArrayAccess but does not specify its types\\: TKey, TValue$#',
|
@@ -40593,4 +40609,4 @@ functionname\\. See call_user_func in php manual for more inforamtion\\)\\: Unex
|
40593 | 40609 | 'path' => __DIR__ . '/tests/unsolved.php',
|
40594 | 40610 | ];
|
40595 | 40611 |
|
40596 |
| -return ['parameters' => ['ignoreErrors' => $ignoreErrors]]; |
| 40612 | +return ['parameters' => ['ignoreErrors' => $ignoreErrors, 'excludePaths' => ['analyse' => $excludePaths]]]; |
0 commit comments