feature/cierres #25

Open
aldarien wants to merge 446 commits from feature/cierres into develop
99 changed files with 402 additions and 2862 deletions
Showing only changes of commit 4dd83ae63d - Show all commits

View File

@ -20,10 +20,9 @@ class FastCGI implements LoggerAwareInterface
{
return $this->logger;
}
public function setLogger(LoggerInterface $logger): self
public function setLogger(LoggerInterface $logger): void
{
$this->logger = $logger;
return $this;
}
protected FCGI\Client $client;