@@ -20,7 +20,7 @@ |
||
20 | 20 | * @throws \Bluz\Db\Exception\InvalidPrimaryKeyException |
21 | 21 | * @throws \Bluz\Db\Exception\TableNotFoundException |
22 | 22 | */ |
23 | -return function ($id) { |
|
23 | +return function($id) { |
|
24 | 24 | /** |
25 | 25 | * @var Controller $this |
26 | 26 | */ |
@@ -25,7 +25,7 @@ |
||
25 | 25 | * @throws \Bluz\Http\Exception\NotAllowedException |
26 | 26 | * @throws \Bluz\Http\Exception\NotImplementedException |
27 | 27 | */ |
28 | -return function () { |
|
28 | +return function() { |
|
29 | 29 | /** |
30 | 30 | * @var Controller $this |
31 | 31 | */ |
@@ -21,7 +21,7 @@ |
||
21 | 21 | * @throws \Bluz\Db\Exception\InvalidPrimaryKeyException |
22 | 22 | * @throws \Bluz\Db\Exception\TableNotFoundException |
23 | 23 | */ |
24 | -return function ($id) { |
|
24 | +return function($id) { |
|
25 | 25 | /** |
26 | 26 | * @var Controller $this |
27 | 27 | */ |
@@ -26,7 +26,7 @@ |
||
26 | 26 | * @throws \Bluz\Db\Exception\TableNotFoundException |
27 | 27 | * @throws \Bluz\Http\Exception\RedirectException |
28 | 28 | */ |
29 | -return function ($id, $message) { |
|
29 | +return function($id, $message) { |
|
30 | 30 | /** |
31 | 31 | * @var Controller $this |
32 | 32 | */ |
@@ -28,7 +28,7 @@ |
||
28 | 28 | * @throws \Bluz\Common\Exception\ConfigurationException |
29 | 29 | * @throws \Bluz\Http\Exception\RedirectException |
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 | */ |