Commit a8bb32b1 authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

Adaptation php8.4

parent 1e38de55
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
    }