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 Oct 19, 2023
1 parent 294be99 commit db76010
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -865,11 +865,6 @@ parameters:
count: 2
path: src/Models/Location.php

-
message: "#^Call to an undefined method object\\:\\:delivery_areas\\(\\)\\.$#"
count: 1
path: src/Models/Location.php

-
message: "#^Call to an undefined static method Igniter\\\\Flame\\\\Geolite\\\\Facades\\\\Geocoder\\:\\:geocode\\(\\)\\.$#"
count: 1
Expand Down Expand Up @@ -1031,6 +1026,6 @@ parameters:
path: src/Models/WorkingHour.php

-
message: "#^Call to an undefined method Igniter\\\\Local\\\\Requests\\\\Review\\:\\:inputWith\\(\\)\\.$#"
message: "#^Access to an undefined property Igniter\\\\Local\\\\Requests\\\\Review\\:\\:\\$sale_type\\.$#"
count: 2
path: src/Requests/Review.php

0 comments on commit db76010

Please sign in to comment.