It seems like $zendSessionConfig of type object<Zend\Session\Config\ConfigInterface> is incompatible with the declared type integer of property $zendSessionConfig.
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...
19
3
}
20
21
1
public function processRequest(ServerRequestInterface $request): ServerRequestInterface
22
{
23
1
$sessionManager = new SessionManager($this->zendSessionConfig);
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..