Skip to content

Commit

Permalink
Added ignores for historic issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jaxwilko committed Jul 3, 2024
1 parent e5e87c6 commit 9e3d087
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -775,3 +775,18 @@ parameters:
message: "#^Call to function is_null\\(\\) with Closure will always evaluate to false\\.$#"
count: 1
path: src/Validation/Factory.php

-
message: "#^Call to an undefined method Illuminate\\\\Routing\\\\Router\\:\\:before\\(\\)\\.$#"
count: 1
path: src/Foundation/Application.php

-
message: "#^Call to an undefined method Illuminate\\\\Routing\\\\Router\\:\\:after\\(\\)\\.$#"
count: 1
path: src/Foundation/Application.php

-
message: "#^Call to an undefined method Orchestra\\\\Testbench\\\\Exceptions\\\\Handler\\:\\:error\\(\\)\\.$#"
count: 1
path: src/Foundation/Application.php

0 comments on commit 9e3d087

Please sign in to comment.