Skip to content

Commit

Permalink
Fix: Run 'make static-code-analysis-baseline'
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Nov 8, 2021
1 parent 850e442 commit 3f15559
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


parameters:
ignoreErrors:
-
Expand All @@ -23,6 +21,7 @@ parameters:
path: src/Functions/NoNullableReturnTypeDeclarationRule.php

-
message: "#^Parameter \\#1 \\$argument of class ReflectionClass constructor expects class-string<T of object>\\|T of object, string given\\.$#"
message: "#^Parameter \\#1 \\$argument of class ReflectionClass constructor expects class\\-string\\<T of object\\>\\|T of object, string given\\.$#"
count: 1
path: test/AutoReview/TestCodeTest.php

0 comments on commit 3f15559

Please sign in to comment.