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 Jul 25, 2024
1 parent d66b08a commit 45a2e87
Showing 1 changed file with 30 additions and 5 deletions.
35 changes: 30 additions & 5 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,6 @@ parameters:
count: 2
path: src/Http/Controllers/Reservations.php

-
message: "#^Call to an undefined static method Igniter\\\\User\\\\Models\\\\Customer\\:\\:findOrFail\\(\\)\\.$#"
count: 1
path: src/Http/Controllers/Reservations.php

-
message: "#^Call to an undefined static method Igniter\\\\Local\\\\Facades\\\\Location\\:\\:current\\(\\)\\.$#"
count: 1
Expand Down Expand Up @@ -265,11 +260,41 @@ parameters:
count: 1
path: src/Models/Observers/DiningTableObserver.php

-
message: "#^Access to an undefined property Igniter\\\\Reservation\\\\Models\\\\Reservation\\:\\:\\$customer\\.$#"
count: 4
path: src/Models/Observers/ReservationObserver.php

-
message: "#^Access to an undefined property Igniter\\\\Reservation\\\\Models\\\\Reservation\\:\\:\\$customer_id\\.$#"
count: 1
path: src/Models/Observers/ReservationObserver.php

-
message: "#^Access to an undefined property Igniter\\\\Reservation\\\\Models\\\\Reservation\\:\\:\\$email\\.$#"
count: 1
path: src/Models/Observers/ReservationObserver.php

-
message: "#^Access to an undefined property Igniter\\\\Reservation\\\\Models\\\\Reservation\\:\\:\\$first_name\\.$#"
count: 1
path: src/Models/Observers/ReservationObserver.php

-
message: "#^Access to an undefined property Igniter\\\\Reservation\\\\Models\\\\Reservation\\:\\:\\$last_name\\.$#"
count: 1
path: src/Models/Observers/ReservationObserver.php

-
message: "#^Access to an undefined property Igniter\\\\Reservation\\\\Models\\\\Reservation\\:\\:\\$location\\.$#"
count: 1
path: src/Models/Observers/ReservationObserver.php

-
message: "#^Access to an undefined property Igniter\\\\Reservation\\\\Models\\\\Reservation\\:\\:\\$telephone\\.$#"
count: 1
path: src/Models/Observers/ReservationObserver.php

-
message: "#^Call to an undefined method Igniter\\\\Reservation\\\\Models\\\\Reservation\\:\\:tables\\(\\)\\.$#"
count: 1
Expand Down

0 comments on commit 45a2e87

Please sign in to comment.