It seems like $queryBuilder->normalize...ates($this->predicates) of type array or array<mixed,array|array<...ay|array<mixed,mixed>>> is incompatible with the declared type string of property $predicates.
Our type inference engine has found an assignment to a property that is incompatible
with the declared type of that property.
Either this assignment is in error or the assigned type should be added
to the documentation/type hint for that property..
$this->predicates of type string is incompatible with the type LaravelFreelancerNL\Flue...edicateExpression|array expected by parameter $predicates of LaravelFreelancerNL\Flue...::normalizePredicates().
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-type annotation
It seems like $queryBuilder->normalizeArgument($this->then) of type LaravelFreelancerNL\Flue...ressions\BindExpression is incompatible with the declared type string of property $then.
Our type inference engine has found an assignment to a property that is incompatible
with the declared type of that property.
Either this assignment is in error or the assigned type should be added
to the documentation/type hint for that property..
It seems like $queryBuilder->normalizeArgument($this->else) of type LaravelFreelancerNL\Flue...ressions\BindExpression is incompatible with the declared type string of property $else.
Our type inference engine has found an assignment to a property that is incompatible
with the declared type of that property.
Either this assignment is in error or the assigned type should be added
to the documentation/type hint for that property..
Our type inference engine has found an assignment to a property that is incompatible with the declared type of that property.
Either this assignment is in error or the assigned type should be added to the documentation/type hint for that property..