Skip to content

Commit 5d49fb1

Browse files
Update baseline
1 parent afd0444 commit 5d49fb1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

phpstan-baseline.neon

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,11 @@ parameters:
244244
count: 1
245245
path: src/Reflection/BetterReflection/BetterReflectionProvider.php
246246

247+
-
248+
message: "#^Dead catch \\- PHPStan\\\\BetterReflection\\\\NodeCompiler\\\\Exception\\\\InvalidIdentifierName is never thrown in the try block\\.$#"
249+
count: 3
250+
path: src/Reflection/BetterReflection/BetterReflectionProvider.php
251+
247252
-
248253
message: "#^Creating new ReflectionClass is a runtime reflection concept that might not work in PHPStan because it uses fully static reflection engine\\. Use objects retrieved from ReflectionProvider instead\\.$#"
249254
count: 1

0 commit comments

Comments
 (0)