@@ -177,7 +177,7 @@ |
||
177 | 177 | return $this->xRenderer->render('pagination::links/current', ['text' => $nNumber]); |
178 | 178 | } |
179 | 179 | // Enabled page |
180 | - return $this->xRenderer->render('pagination::links/enabled',[ |
|
180 | + return $this->xRenderer->render('pagination::links/enabled', [ |
|
181 | 181 | 'text' => $nNumber, |
182 | 182 | 'call' => $this->getPageCall($nNumber) |
183 | 183 | ]); |
@@ -290,7 +290,7 @@ |
||
290 | 290 | * |
291 | 291 | * @param string $sClassName The class name of the callable object |
292 | 292 | * |
293 | - * @return object |
|
293 | + * @return CallableObject |
|
294 | 294 | */ |
295 | 295 | public function getCallableObject($sClassName) |
296 | 296 | { |