Skip to content

Commit

Permalink
update: phpstan-baseline.neon
Browse files Browse the repository at this point in the history
  • Loading branch information
HDVinnie committed Dec 27, 2024
1 parent ec0a1ae commit 7754815
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 @@ -200,11 +200,6 @@ parameters:
count: 2
path: app/Helpers/SystemInformation.php

-
message: "#^Method App\\\\Helpers\\\\TorrentTools\\:\\:getTorrentFiles\\(\\) should return array\\<int, array\\{name\\: string, size\\: int\\}\\> but returns array\\<int\\|string, array\\{name\\: mixed, size\\: mixed\\}\\>\\.$#"
count: 1
path: app/Helpers/TorrentTools.php

-
message: "#^Method App\\\\Http\\\\Controllers\\\\API\\\\BaseController\\:\\:sendError\\(\\) has parameter \\$code with no type specified\\.$#"
count: 1
Expand Down Expand Up @@ -580,11 +575,6 @@ parameters:
count: 1
path: app/Repositories/ChatRepository.php

-
message: "#^Offset 'namesort' does not exist on array\\{0\\?\\: string, 1\\?\\: non\\-empty\\-string, namesort\\?\\: string, 2\\?\\: string, seperator\\?\\: string, 3\\?\\: string, remaining\\?\\: string, 4\\?\\: string, \\.\\.\\.\\}\\.$#"
count: 1
path: app/Services/Tmdb/Client/Movie.php

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

0 comments on commit 7754815

Please sign in to comment.