Skip to content
Snippets Groups Projects
Commit a8bb32b1 authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

Adaptation php8.4

parent 1e38de55
No related branches found
No related tags found
No related merge requests found
Pipeline #38891 passed
...@@ -46,7 +46,7 @@ abstract class AbstractManager implements ManagerInterface ...@@ -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); $this->bdd->queryCollect($sql, $description);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment