diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index a093188..ab9f555 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -252,12 +252,7 @@ parameters: - message: "#^Call to an undefined static method Igniter\\\\Coupons\\\\Models\\\\Coupon\\:\\:whereIsEnabled\\(\\)\\.$#" - count: 2 - path: src/Models/Coupon.php - - - - message: "#^Call to an undefined static method static\\(Igniter\\\\Coupons\\\\Models\\\\Coupon\\)\\:\\:whereIsEnabled\\(\\)\\.$#" - count: 1 + count: 3 path: src/Models/Coupon.php -