diff --git a/src/View/Model/AxiosModel.php b/src/View/Model/AxiosModel.php index 8cfbe9595aa2b76954c7b5a388cf10d0ce577434..a259898df830dd6c1d3f5dd8f46c89522484498b 100644 --- a/src/View/Model/AxiosModel.php +++ b/src/View/Model/AxiosModel.php @@ -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; }