The expression return $this->client->getResponse() could return the type null which is incompatible with the type-hinted return Symfony\Component\HttpFoundation\Response. Consider adding an additional type-check to rule them out.
Loading history...
34
}
35
36
public function getContainer(): ContainerInterface
The expression return $this->client->getContainer() could return the type null which is incompatible with the type-hinted return Symfony\Component\Depend...tion\ContainerInterface. Consider adding an additional type-check to rule them out.