@@ -36,7 +36,7 @@ |
||
36 | 36 | ): PageInterface { |
37 | 37 | $totalCount = (int)$meta['total']; |
38 | 38 | $limit = isset($meta['page_input']) ? (int)$meta['page_input']['limit'] : null; |
39 | - $offset = isset($meta['page_input']) ? (int)$meta['page_input']['offset']: null; |
|
39 | + $offset = isset($meta['page_input']) ? (int)$meta['page_input']['offset'] : null; |
|
40 | 40 | |
41 | 41 | return new Page( |
42 | 42 | new PageFactory($this->httpClient), |