Skip to content

Commit

Permalink
fix: 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 Oct 20, 2024
1 parent f66af23 commit eddf7ed
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -175,11 +175,6 @@ parameters:
count: 1
path: src/Classes/WorkingSchedule.php

-
message: "#^Function traceLog invoked with 1 parameter, 0 required\\.$#"
count: 1
path: src/Classes/WorkingSchedule.php

-
message: "#^PHPDoc tag @param has invalid value \\(DateTime\\|mixed Date or timestamp\\)\\: Unexpected token \"Date\", expected variable at offset 33$#"
count: 1
Expand Down Expand Up @@ -550,11 +545,6 @@ parameters:
count: 1
path: src/Models/Location.php

-
message: "#^Function traceLog invoked with 1 parameter, 0 required\\.$#"
count: 2
path: src/Models/Location.php

-
message: "#^Method Igniter\\\\Local\\\\Models\\\\Location\\:\\:getCurrentTime\\(\\) should return Carbon\\\\Carbon but return statement is missing\\.$#"
count: 1
Expand Down

0 comments on commit eddf7ed

Please sign in to comment.