@@ -13,7 +13,7 @@ |
||
| 13 | 13 | * @param bool $absolute |
| 14 | 14 | * @return string |
| 15 | 15 | */ |
| 16 | - function cas_route($name, $parameters = [], $absolute = true) |
|
| 16 | + function cas_route($name, $parameters = [ ], $absolute = true) |
|
| 17 | 17 | { |
| 18 | 18 | $name = config('cas.router.name_prefix').$name; |
| 19 | 19 | |
@@ -40,13 +40,13 @@ |
||
| 40 | 40 | * @param array $errors |
| 41 | 41 | * @return Response |
| 42 | 42 | */ |
| 43 | - public function showLoginPage(Request $request, array $errors = []); |
|
| 43 | + public function showLoginPage(Request $request, array $errors = [ ]); |
|
| 44 | 44 | |
| 45 | 45 | /** |
| 46 | 46 | * @param array $errors |
| 47 | 47 | * @return Response |
| 48 | 48 | */ |
| 49 | - public function redirectToHome(array $errors = []); |
|
| 49 | + public function redirectToHome(array $errors = [ ]); |
|
| 50 | 50 | |
| 51 | 51 | /** |
| 52 | 52 | * @param Request $request |
@@ -37,7 +37,7 @@ |
||
| 37 | 37 | */ |
| 38 | 38 | public function broadcastOn() |
| 39 | 39 | { |
| 40 | - return []; |
|
| 40 | + return [ ]; |
|
| 41 | 41 | } |
| 42 | 42 | |
| 43 | 43 | /** |
@@ -37,7 +37,7 @@ |
||
| 37 | 37 | */ |
| 38 | 38 | public function broadcastOn() |
| 39 | 39 | { |
| 40 | - return []; |
|
| 40 | + return [ ]; |
|
| 41 | 41 | } |
| 42 | 42 | |
| 43 | 43 | /** |