Skip to content

Commit

Permalink
Updated phpstan baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
PHLAK committed Oct 27, 2024
1 parent a47304f commit 716d828
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
parameters:
ignoreErrors:
-
message: "#^Method App\\\\Http\\\\Clients\\\\GitHub\\\\CachedClient\\:\\:latestRelease\\(\\) should return stdClass but returns mixed\\.$#"
count: 1
path: app/Http/Clients/GitHub/CachedClient.php

-
message: "#^Method App\\\\Http\\\\Clients\\\\GitHub\\\\Client\\:\\:latestRelease\\(\\) should return stdClass but returns mixed\\.$#"
count: 1
path: app/Http/Clients/GitHub/Client.php

-
message: "#^Parameter \\#2 \\$string of function explode expects string, bool\\|string given\\.$#"
count: 1
path: config/app.php

-
message: "#^Parameter \\#1 \\$title of static method Illuminate\\\\Support\\\\Str\\:\\:slug\\(\\) expects string, bool\\|string given\\.$#"
count: 1
path: config/cache.php

-
message: "#^Parameter \\#1 \\$title of static method Illuminate\\\\Support\\\\Str\\:\\:slug\\(\\) expects string, bool\\|string given\\.$#"
count: 1
path: config/database.php

-
message: "#^Parameter \\#2 \\$string of function explode expects string, bool\\|string given\\.$#"
count: 1
path: config/logging.php

-
message: "#^Parameter \\#1 \\$url of function parse_url expects string, bool\\|string given\\.$#"
count: 1
path: config/mail.php

-
message: "#^Parameter \\#1 \\$title of static method Illuminate\\\\Support\\\\Str\\:\\:slug\\(\\) expects string, bool\\|string given\\.$#"
count: 1
path: config/session.php

0 comments on commit 716d828

Please sign in to comment.