Loading src/Manager/AbstractManager.php +1 −1 Original line number Diff line number Diff line Loading @@ -46,7 +46,7 @@ abstract class AbstractManager implements ManagerInterface protected function addQuery(string $sql, string $description = null): void protected function addQuery(string $sql, ?string $description = null): void { $this->bdd->queryCollect($sql, $description); } Loading Loading
src/Manager/AbstractManager.php +1 −1 Original line number Diff line number Diff line Loading @@ -46,7 +46,7 @@ abstract class AbstractManager implements ManagerInterface protected function addQuery(string $sql, string $description = null): void protected function addQuery(string $sql, ?string $description = null): void { $this->bdd->queryCollect($sql, $description); } Loading