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 18, 2024
1 parent 8dc8a13 commit f5c32ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ parameters:

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

-
Expand Down Expand Up @@ -761,6 +761,6 @@ parameters:
path: src/Models/WorkingHour.php

-
message: "#^Method Carbon\\\\CarbonInterface\\:\\:addDay\\(\\) invoked with 1 parameter, 0 required\\.$#"
message: "#^Method Carbon\\\\Carbon\\:\\:addDay\\(\\) invoked with 1 parameter, 0 required\\.$#"
count: 1
path: src/Models/WorkingHour.php

0 comments on commit f5c32ab

Please sign in to comment.