Skip to content

Commit

Permalink
fix phpstan errors
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Poyigi <[email protected]>
  • Loading branch information
sampoyigi committed May 11, 2024
1 parent 50f210b commit 49d76c8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,11 @@ parameters:
count: 1
path: src/Http/Middleware/CartMiddleware.php

-
message: "#^Call to an undefined static method Igniter\\\\Cart\\\\Models\\\\CartSettings\\:\\:get\\(\\)\\.$#"
count: 3
path: src/Models/CartSettings.php

-
message: "#^Call to an undefined method Igniter\\\\Cart\\\\Models\\\\Category\\:\\:menus\\(\\)\\.$#"
count: 1
Expand Down

0 comments on commit 49d76c8

Please sign in to comment.