From db76010be34e6bc65ef11ecadc8fafa90da8bdb6 Mon Sep 17 00:00:00 2001 From: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com> Date: Thu, 19 Oct 2023 17:28:28 +0100 Subject: [PATCH] Fix phpstan errors Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com> --- phpstan-baseline.neon | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 6ae231a..7d64afe 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -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 @@ -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