Skip to content

Commit fa9a634

Browse files
committed
Does this fixes it?
1 parent 9e440a8 commit fa9a634

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build/phpstan.neon

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ parameters:
2525
- '#Test::data[a-zA-Z0-9_]+\(\) return type has no value type specified in iterable type#'
2626
-
2727
message: '#Fetching class constant class of deprecated class DeprecatedAnnotations\\DeprecatedFoo.#'
28-
path: %rootDir%/tests/PHPStan/Reflection/Annotations/DeprecatedAnnotationsTest.php
28+
path: ../tests/PHPStan/Reflection/Annotations/DeprecatedAnnotationsTest.php
2929
-
3030
message: '#Fetching class constant class of deprecated class DeprecatedAnnotations\\DeprecatedWithMultipleTags.#'
31-
path: %rootDir%/tests/PHPStan/Reflection/Annotations/DeprecatedAnnotationsTest.php
31+
path: ../tests/PHPStan/Reflection/Annotations/DeprecatedAnnotationsTest.php
3232
-
3333
message: '#^Variable property access on PHPStan\\Rules\\RuleError\.$#'
3434
path: ../src/Rules/RuleErrorBuilder.php

0 commit comments

Comments
 (0)