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

php8.2

parent c23d74d1
No related branches found
No related tags found
No related merge requests found
Pipeline #23556 passed
......@@ -219,14 +219,14 @@ class AxiosModel implements ModelInterface
public function getIterator()
public function getIterator(): Traversable
{
throw new \Exception('getIterator is not available with AxiosModel');
}
public function count()
public function count(): int
{
return 0;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment