It seems like $weekDays of type array<integer,array<inte...cts\DateTime\WeekDay>>> is incompatible with the declared type array<integer,object<Val...ects\DateTime\WeekDay>> of property $weekDays.
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 \DateTime::createFromFor...FORMAT, $data['opens']) targeting DateTime::createFromFormat() can also be of type false; however, ValueObjects\DateTime\Time::fromNativeDateTime() does only seem to accept object<DateTime>, did you maybe forget to handle an error condition?
It seems like \DateTime::createFromFor...ORMAT, $data['closes']) targeting DateTime::createFromFormat() can also be of type false; however, ValueObjects\DateTime\Time::fromNativeDateTime() does only seem to accept object<DateTime>, did you maybe forget to handle an error condition?
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..