@@ -41,6 +41,6 @@ |
||
41 | 41 | */ |
42 | 42 | public function getData(int $page, int $perPage) |
43 | 43 | { |
44 | - return array_splice($this->data, ($page -1) * $perPage, $perPage); |
|
44 | + return array_splice($this->data, ($page - 1) * $perPage, $perPage); |
|
45 | 45 | } |
46 | 46 | } |
47 | 47 | \ No newline at end of file |