Skip to content

Commit

Permalink
Fix phpstan errors
Browse files Browse the repository at this point in the history
  • Loading branch information
sampoyigi committed Dec 9, 2023
1 parent 81b5451 commit a763741
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -705,6 +705,11 @@ parameters:
count: 1
path: src/Listeners/MaxOrderPerTimeslotReached.php

-
message: "#^Access to an undefined property Igniter\\\\Admin\\\\Classes\\\\BaseWidget\\:\\:\\$previewMode\\.$#"
count: 1
path: src/MainMenuWidgets/LocationPicker.php

-
message: "#^Access to an undefined property Igniter\\\\Local\\\\MainMenuWidgets\\\\LocationPicker\\:\\:\\$formName\\.$#"
count: 1
Expand Down Expand Up @@ -732,7 +737,7 @@ parameters:

-
message: "#^Call to an undefined static method Igniter\\\\User\\\\Facades\\\\AdminAuth\\:\\:user\\(\\)\\.$#"
count: 1
count: 4
path: src/MainMenuWidgets/LocationPicker.php

-
Expand Down

0 comments on commit a763741

Please sign in to comment.