Skip to content

Commit

Permalink
Regenerate phpstan-baseline.neon
Browse files Browse the repository at this point in the history
  • Loading branch information
zackgalbreath committed Oct 8, 2024
1 parent f38cb8d commit d14b1f1
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ parameters:
count: 2
path: app/Console/Commands/AutoRemoveBuilds.php

-
message: "#^Variable property access on mixed\\.$#"
count: 1
path: app/Console/Commands/CleanupDatabase.php

-
message: "#^Method App\\\\Console\\\\Commands\\\\QueueSubmissions\\:\\:handle\\(\\) should return mixed but return statement is missing\\.$#"
count: 1
Expand Down Expand Up @@ -3027,22 +3032,22 @@ parameters:
path: app/Utils/AuthTokenUtil.php

-
message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
message: "#^Argument of an invalid type array\\<int\\>\\|int supplied for foreach, only iterables are supported\\.$#"
count: 1
path: app/Utils/DatabaseCleanupUtils.php

-
message: "#^Dynamic call to static method Illuminate\\\\Database\\\\Eloquent\\\\Builder\\<App\\\\Models\\\\Build\\>\\:\\:limit\\(\\)\\.$#"
message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
count: 1
path: app/Utils/DatabaseCleanupUtils.php

-
message: "#^Dynamic call to static method Illuminate\\\\Database\\\\Eloquent\\\\Builder\\<App\\\\Models\\\\Build\\>\\:\\:orderBy\\(\\)\\.$#"
message: "#^Dynamic call to static method Illuminate\\\\Database\\\\Eloquent\\\\Builder\\<App\\\\Models\\\\Build\\>\\:\\:limit\\(\\)\\.$#"
count: 1
path: app/Utils/DatabaseCleanupUtils.php

-
message: "#^Parameter \\#1 \\$array of function array_chunk expects array, array\\<int\\>\\|int given\\.$#"
message: "#^Dynamic call to static method Illuminate\\\\Database\\\\Eloquent\\\\Builder\\<App\\\\Models\\\\Build\\>\\:\\:orderBy\\(\\)\\.$#"
count: 1
path: app/Utils/DatabaseCleanupUtils.php

Expand Down

0 comments on commit d14b1f1

Please sign in to comment.