It seems like new \Timegridio\Concierg...\Timetable\Timetable()) of type object<Timegridio\Concie...etableDateslotStrategy> is incompatible with the declared type object<Timegridio\Concie...etableTimeslotStrategy> of property $strategy.
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..
Loading history...
32
break;
33
default:
34
throw new StrategyNotRecognizedException($strategyId);
35
}
36
}
37
38
public function buildTimetable($vacancies, $starting = 'today', $days = 1)
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..