Skip to content

Commit 7955fb5

Browse files
committed
Does this fixes it?
1 parent 3b93d8b commit 7955fb5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build/ignore-gte-php7.4-errors.neon

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ parameters:
22
ignoreErrors:
33
-
44
message: "#^Call to function method_exists\\(\\) with ReflectionProperty and '(?:hasType|getType)' will always evaluate to true\\.$#"
5-
path: %rootDir%/src/Reflection/Php/PhpClassReflectionExtension.php
5+
path: ../src/Reflection/Php/PhpClassReflectionExtension.php

build/phpstan.neon

+2-2
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)