@@ -20,7 +20,7 @@ |
||
20 | 20 | * |
21 | 21 | * @return array |
22 | 22 | */ |
23 | -return function () { |
|
23 | +return function() { |
|
24 | 24 | /** |
25 | 25 | * @var Controller $this |
26 | 26 | */ |
@@ -29,7 +29,7 @@ |
||
29 | 29 | * @throws \Bluz\Application\Exception\ForbiddenException |
30 | 30 | * @throws \Bluz\Application\Exception\NotImplementedException |
31 | 31 | */ |
32 | -return function () { |
|
32 | +return function() { |
|
33 | 33 | /** |
34 | 34 | * @var Controller $this |
35 | 35 | */ |
@@ -19,7 +19,7 @@ |
||
19 | 19 | * @return array |
20 | 20 | * @throws Exception |
21 | 21 | */ |
22 | -return function () { |
|
22 | +return function() { |
|
23 | 23 | /** |
24 | 24 | * @var Controller $this |
25 | 25 | */ |
@@ -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 | */ |
@@ -18,7 +18,7 @@ |
||
18 | 18 | * @return string |
19 | 19 | * @throws Exception |
20 | 20 | */ |
21 | -return function ($file) { |
|
21 | +return function($file) { |
|
22 | 22 | /** |
23 | 23 | * @var Controller $this |
24 | 24 | */ |
@@ -25,7 +25,7 @@ |
||
25 | 25 | * @throws ConfigException |
26 | 26 | * @throws Exception |
27 | 27 | */ |
28 | -return function () { |
|
28 | +return function() { |
|
29 | 29 | /** |
30 | 30 | * @var Controller $this |
31 | 31 | * @var UploadedFile $file |