@@ -9,7 +9,7 @@ |
||
| 9 | 9 | * file that was distributed with this source code. |
| 10 | 10 | */ |
| 11 | 11 | |
| 12 | -namespace ReenExeCubeTime\LightPaginator\Adapter;; |
|
| 12 | +namespace ReenExeCubeTime\LightPaginator\Adapter; ; |
|
| 13 | 13 | |
| 14 | 14 | /** |
| 15 | 15 | * ArrayAdapter. |
@@ -11,7 +11,7 @@ |
||
| 11 | 11 | |
| 12 | 12 | public function getPageCount($count, $limit) |
| 13 | 13 | { |
| 14 | - return (int)ceil($count / $limit); |
|
| 14 | + return (int) ceil($count / $limit); |
|
| 15 | 15 | } |
| 16 | 16 | |
| 17 | 17 | } |