Skip to content

Commit 21e1a8f

Browse files
authored
Merge branch refs/heads/1.10.x into 1.11.x
2 parents 47a804d + 154cc40 commit 21e1a8f

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

build/downgrade.php

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<?php declare(strict_types = 1);
2+
3+
return [
4+
'paths' => [
5+
__DIR__ . '/../src',
6+
__DIR__ . '/../tests/PHPStan',
7+
__DIR__ . '/../tests/e2e',
8+
],
9+
'excludePaths' => [
10+
'tests/*/data/*',
11+
'tests/*/Fixture/*',
12+
'tests/PHPStan/Analyser/traits/*',
13+
'tests/PHPStan/Generics/functions.php',
14+
'tests/e2e/resultCache_1.php',
15+
'tests/e2e/resultCache_2.php',
16+
'tests/e2e/resultCache_3.php',
17+
],
18+
];

0 commit comments

Comments
 (0)