Skip to content

Commit

Permalink
chore(*): regénération phpstan baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
ElRochito authored and bastien-phi committed Oct 26, 2023
1 parent 8e74f5a commit a0188b9
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -80,16 +80,6 @@ parameters:
count: 1
path: src/Domain/Models/Actions/ResolveModelRelations.php

-
message: "#^Class Illuminate\\\\Database\\\\Eloquent\\\\Casts\\\\AsEnumCollection not found\\.$#"
count: 1
path: src/Domain/Models/AttributeTypeCaster.php

-
message: "#^PHPDoc tag @param for parameter \\$caster contains generic type Illuminate\\\\Contracts\\\\Database\\\\Eloquent\\\\CastsAttributes\\<mixed, mixed\\> but interface Illuminate\\\\Contracts\\\\Database\\\\Eloquent\\\\CastsAttributes is not generic\\.$#"
count: 1
path: src/Domain/Models/AttributeTypeCaster.php

-
message: "#^Method Soyhuce\\\\NextIdeHelper\\\\Domain\\\\Models\\\\Entities\\\\QueryBuilder\\:\\:__construct\\(\\) has parameter \\$fqcn with generic class Illuminate\\\\Database\\\\Eloquent\\\\Builder but does not specify its types\\: TModelClass$#"
count: 1
Expand Down Expand Up @@ -130,6 +120,16 @@ parameters:
count: 1
path: src/Support/Output/IdeHelperClass.php

-
message: "#^Parameter \\#1 \\$string of function ltrim expects string, string\\|null given\\.$#"
count: 1
path: src/Support/Reflection/FunctionReflection.php

-
message: "#^Parameter \\#1 \\$value of static method Illuminate\\\\Support\\\\Str\\:\\:length\\(\\) expects string, string\\|null given\\.$#"
count: 1
path: src/Support/Reflection/FunctionReflection.php

-
message: "#^Casting class ReflectionType to string is deprecated\\.$#"
count: 1
Expand All @@ -141,7 +141,7 @@ parameters:
path: src/Support/Type.php

-
message: "#^Parameter \\#1 \\$key of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),string\\>\\:\\:contains\\(\\) expects \\(callable\\(string, \\(int\\|string\\)\\)\\: bool\\)\\|string, Closure\\(string\\)\\: 0\\|1\\|false given\\.$#"
message: "#^Parameter \\#1 \\$key of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),string\\>\\:\\:contains\\(\\) expects \\(callable\\(string, int\\|string\\)\\: bool\\)\\|string, Closure\\(string\\)\\: \\(0\\|1\\|false\\) given\\.$#"
count: 1
path: src/Support/Type.php

0 comments on commit a0188b9

Please sign in to comment.