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

mauvais typage

parent b5e8a642
No related branches found
No related tags found
No related merge requests found
Pipeline #30194 passed
......@@ -100,7 +100,7 @@ class Table
public function select(array|int|null $where = null, array $options = []): array|null|SelectParser
public function select(array|string|int|null $where = null, array $options = []): array|null|SelectParser
{
/* Initialisation des entrées */
$defaultOptions = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment