Skip to content

Commit

Permalink
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 Sep 22, 2024
1 parent 309fda2 commit c5d0f58
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -25,21 +25,11 @@ parameters:
count: 1
path: src/Cart.php

-
message: "#^Function traceLog invoked with 1 parameter, 0 required\\.$#"
count: 2
path: src/Cart.php

-
message: "#^Method Igniter\\\\Cart\\\\Cart\\:\\:removeCondition\\(\\) should return bool but return statement is missing\\.$#"
count: 1
path: src/Cart.php

-
message: "#^Function traceLog invoked with 1 parameter, 0 required\\.$#"
count: 2
path: src/CartCondition.php

-
message: "#^PHPDoc tag @param references unknown parameter\\: \\$include$#"
count: 1
Expand Down Expand Up @@ -650,11 +640,6 @@ parameters:
count: 1
path: src/Models/MenuExport.php

-
message: "#^Access to an undefined property Igniter\\\\Cart\\\\Models\\\\MenuExport\\:\\:\\$menu_mealtimes\\.$#"
count: 1
path: src/Models/MenuExport.php

-
message: "#^Access to an undefined property Igniter\\\\Cart\\\\Models\\\\MenuImport\\:\\:\\$update_existing\\.$#"
count: 1
Expand All @@ -665,11 +650,6 @@ parameters:
count: 1
path: src/Models/MenuImport.php

-
message: "#^Call to an undefined static method Igniter\\\\Cart\\\\Models\\\\Mealtime\\:\\:where\\(\\)\\.$#"
count: 1
path: src/Models/MenuImport.php

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

0 comments on commit c5d0f58

Please sign in to comment.