@@ -16,7 +16,7 @@ |
||
16 | 16 | * |
17 | 17 | * @return mixed |
18 | 18 | */ |
19 | -return function () { |
|
19 | +return function() { |
|
20 | 20 | /** |
21 | 21 | * @var Controller $this |
22 | 22 | */ |
@@ -21,7 +21,7 @@ |
||
21 | 21 | * |
22 | 22 | * @throws NotFoundException |
23 | 23 | */ |
24 | -return function ($id, $message) { |
|
24 | +return function($id, $message) { |
|
25 | 25 | /** |
26 | 26 | * @var Controller $this |
27 | 27 | */ |
@@ -17,7 +17,7 @@ |
||
17 | 17 | * |
18 | 18 | * @throws NotFoundException |
19 | 19 | */ |
20 | -return function ($id) { |
|
20 | +return function($id) { |
|
21 | 21 | /** |
22 | 22 | * @var Controller $this |
23 | 23 | */ |
@@ -16,7 +16,7 @@ |
||
16 | 16 | * |
17 | 17 | * @return void |
18 | 18 | */ |
19 | -return function () { |
|
19 | +return function() { |
|
20 | 20 | /** |
21 | 21 | * @var Controller $this |
22 | 22 | */ |
@@ -17,7 +17,7 @@ |
||
17 | 17 | * |
18 | 18 | * @throws NotFoundException |
19 | 19 | */ |
20 | -return function ($id) { |
|
20 | +return function($id) { |
|
21 | 21 | /** |
22 | 22 | * @var Controller $this |
23 | 23 | */ |
@@ -28,7 +28,7 @@ |
||
28 | 28 | * @return array |
29 | 29 | * @throws ValidatorException |
30 | 30 | */ |
31 | -return function ($name, $email, $subject, $message) { |
|
31 | +return function($name, $email, $subject, $message) { |
|
32 | 32 | /** |
33 | 33 | * @var Controller $this |
34 | 34 | */ |