feature/cierres #30

Merged
aldarien merged 460 commits from feature/cierres into develop 2025-09-11 15:16:17 -03:00
117 changed files with 423 additions and 3911 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;