We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fcf53f commit 154cc40Copy full SHA for 154cc40
build/downgrade.php
@@ -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