It seems like $testResultContainer of type object<Paraunit\TestResu...sultContainerInterface> is incompatible with the declared type object<Paraunit\TestResu...ResultHandlerInterface> of property $testResultContainer.
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...
23
}
24
25
29
public function handleLogItem(AbstractParaunitProcess $process, \stdClass $logItem)
26
{
27
29
if ($process->getExitCode() === 0) {
28
19
return;
29
}
30
31
12
if (strpos($process->getOutput(), 'deprecation') !== false) {
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..