Skip to content

Commit

Permalink
fix: update PHPStan baseline
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Poyigi <[email protected]>
  • Loading branch information
sampoyigi committed Dec 20, 2024
1 parent 6badf58 commit ef165b2
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -185,11 +185,6 @@ parameters:
count: 1
path: src/ApiResources/Transformers/ReviewTransformer.php

-
message: "#^Call to an undefined method Spatie\\\\Fractal\\\\Fractal\\:\\:errorNotFound\\(\\)\\.$#"
count: 1
path: src/Classes/ApiController.php

-
message: "#^Access to an undefined property Igniter\\\\Api\\\\Models\\\\Resource\\:\\:\\$controller\\.$#"
count: 1
Expand All @@ -205,14 +200,9 @@ parameters:
count: 1
path: src/Classes/ApiManager.php

-
message: "#^Unsafe usage of new static\\(\\)\\.$#"
count: 1
path: src/Classes/Fractal.php

-
message: "#^Result of method Illuminate\\\\Console\\\\Command\\:\\:error\\(\\) \\(void\\) is used\\.$#"
count: 2
count: 1
path: src/Console/IssueApiToken.php

-
Expand Down

0 comments on commit ef165b2

Please sign in to comment.