@@ -45,8 +45,8 @@ |
||
| 45 | 45 | { |
| 46 | 46 | $query = $request->getQueryParams(); |
| 47 | 47 | $thumbs = $app->getPath($query['thumbs']); |
| 48 | - $limit = empty($query['limit']) ? 100 : (int) $query['limit']; |
|
| 49 | - $offset = empty($query['offset']) ? 0 : (int) $query['offset']; |
|
| 48 | + $limit = empty($query['limit']) ? 100 : (int)$query['limit']; |
|
| 49 | + $offset = empty($query['offset']) ? 0 : (int)$query['offset']; |
|
| 50 | 50 | |
| 51 | 51 | $files = []; |
| 52 | 52 | |