@@ -311,7 +311,7 @@ |
||
311 | 311 | * Get the field value. |
312 | 312 | * |
313 | 313 | * @param void |
314 | - * @return mixed |
|
314 | + * @return string |
|
315 | 315 | */ |
316 | 316 | public function getValue() |
317 | 317 | { |
@@ -252,7 +252,7 @@ discard block |
||
252 | 252 | 'prefix' => $this->route_uri_prefix, |
253 | 253 | 'as' => $this->route_name_prefix, |
254 | 254 | 'middleware' => 'web' |
255 | - ], function ($router) use ($routes, $controller) |
|
255 | + ], function($router) use ($routes, $controller) |
|
256 | 256 | { |
257 | 257 | foreach ($routes as $route) |
258 | 258 | { |
@@ -294,7 +294,7 @@ discard block |
||
294 | 294 | */ |
295 | 295 | public function setPerPage($per_page = 25) |
296 | 296 | { |
297 | - $this->per_page = (int)$per_page; |
|
297 | + $this->per_page = (int) $per_page; |
|
298 | 298 | |
299 | 299 | return $this; |
300 | 300 | } |