Skip to content

Commit 54b6023

Browse files
Fix
1 parent 5d49fb1 commit 54b6023

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

phpstan-baseline.neon

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -236,19 +236,14 @@ parameters:
236236

237237
-
238238
message: "#^Dead catch \\- PHPStan\\\\BetterReflection\\\\Identifier\\\\Exception\\\\InvalidIdentifierName is never thrown in the try block\\.$#"
239-
count: 3
239+
count: 4
240240
path: src/Reflection/BetterReflection/BetterReflectionProvider.php
241241

242242
-
243243
message: "#^Dead catch \\- PHPStan\\\\BetterReflection\\\\NodeCompiler\\\\Exception\\\\UnableToCompileNode is never thrown in the try block\\.$#"
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-
252247
-
253248
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\\.$#"
254249
count: 1

0 commit comments

Comments
 (0)