Skip to content

Commit 2d6b39b

Browse files
Configure separate result cache path per branch
1 parent d1a2b99 commit 2d6b39b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

phpstan.neon

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
parameters:
22
level: 3
3+
34
paths:
45
- src
56
- tests/tests
67
- tests/bootstrap.php
8+
9+
resultCachePath: %tmpDir%/php-code-coverage-11.0.php
10+
711
ignoreErrors:
812
-
913
message: "#^Return type \\(void\\) of method SebastianBergmann\\\\CodeCoverage\\\\StaticAnalysis\\\\CodeUnitFindingVisitor\\:\\:enterNode\\(\\) should be compatible with return type \\(array\\<PhpParser\\\\Node\\>\\|int\\|PhpParser\\\\Node\\|null\\) of method PhpParser\\\\NodeVisitor\\:\\:enterNode\\(\\)$#"

0 commit comments

Comments
 (0)