feature/cierres #31

Merged
aldarien merged 462 commits from feature/cierres into develop 2025-09-11 17:05:18 -03:00
177 changed files with 608 additions and 7712 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;