Commit 94ea863f authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

php8.2

parent c23d74d1
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;
    }