@@ -10,7 +10,6 @@ |
||
10 | 10 | |
11 | 11 | use Application\ContactUs\Row; |
12 | 12 | use Bluz\Db\Exception\DbException; |
13 | -use Bluz\Proxy\Logger; |
|
14 | 13 | use Bluz\Proxy\Request; |
15 | 14 | use Bluz\Proxy\Messages; |
16 | 15 | use Bluz\Controller\Controller; |
@@ -4,7 +4,7 @@ discard block |
||
4 | 4 | * @link https://github.com/bluzphp/skeleton |
5 | 5 | */ |
6 | 6 | |
7 | -declare(strict_types=1); |
|
7 | +declare(strict_types = 1); |
|
8 | 8 | |
9 | 9 | namespace Application; |
10 | 10 | |
@@ -27,7 +27,7 @@ discard block |
||
27 | 27 | * @param string $message |
28 | 28 | * @return array |
29 | 29 | */ |
30 | -return function ($name, $email, $subject, $message) { |
|
30 | +return function($name, $email, $subject, $message) { |
|
31 | 31 | /** |
32 | 32 | * @var Controller $this |
33 | 33 | */ |
@@ -4,7 +4,7 @@ |
||
4 | 4 | * @link https://github.com/bluzphp/skeleton |
5 | 5 | */ |
6 | 6 | |
7 | -declare(strict_types=1); |
|
7 | +declare(strict_types = 1); |
|
8 | 8 | |
9 | 9 | namespace Application\ContactUs; |
10 | 10 |
@@ -4,7 +4,7 @@ |
||
4 | 4 | * @link https://github.com/bluzphp/skeleton |
5 | 5 | */ |
6 | 6 | |
7 | -declare(strict_types=1); |
|
7 | +declare(strict_types = 1); |
|
8 | 8 | |
9 | 9 | namespace Application\ContactUs; |
10 | 10 |
@@ -4,7 +4,7 @@ |
||
4 | 4 | * @link https://github.com/bluzphp/skeleton |
5 | 5 | */ |
6 | 6 | |
7 | -declare(strict_types=1); |
|
7 | +declare(strict_types = 1); |
|
8 | 8 | |
9 | 9 | namespace Application\ContactUs; |
10 | 10 |
@@ -4,7 +4,7 @@ |
||
4 | 4 | * @link https://github.com/bluzphp/skeleton |
5 | 5 | */ |
6 | 6 | |
7 | -declare(strict_types=1); |
|
7 | +declare(strict_types = 1); |
|
8 | 8 | |
9 | 9 | namespace Application\ContactUs; |
10 | 10 |
@@ -4,7 +4,7 @@ discard block |
||
4 | 4 | * @link https://github.com/bluzphp/skeleton |
5 | 5 | */ |
6 | 6 | |
7 | -declare(strict_types=1); |
|
7 | +declare(strict_types = 1); |
|
8 | 8 | |
9 | 9 | namespace Application; |
10 | 10 | |
@@ -16,7 +16,7 @@ discard block |
||
16 | 16 | * |
17 | 17 | * @return void |
18 | 18 | */ |
19 | -return function () { |
|
19 | +return function() { |
|
20 | 20 | /** |
21 | 21 | * @var Controller $this |
22 | 22 | */ |
@@ -4,7 +4,7 @@ discard block |
||
4 | 4 | * @link https://github.com/bluzphp/skeleton |
5 | 5 | */ |
6 | 6 | |
7 | -declare(strict_types=1); |
|
7 | +declare(strict_types = 1); |
|
8 | 8 | |
9 | 9 | namespace Application; |
10 | 10 | |
@@ -16,7 +16,7 @@ discard block |
||
16 | 16 | * |
17 | 17 | * @throws NotFoundException |
18 | 18 | */ |
19 | -return function ($id) { |
|
19 | +return function($id) { |
|
20 | 20 | /** |
21 | 21 | * @var Controller $this |
22 | 22 | */ |
@@ -4,7 +4,7 @@ discard block |
||
4 | 4 | * @link https://github.com/bluzphp/skeleton |
5 | 5 | */ |
6 | 6 | |
7 | -declare(strict_types=1); |
|
7 | +declare(strict_types = 1); |
|
8 | 8 | |
9 | 9 | namespace Application; |
10 | 10 | |
@@ -21,7 +21,7 @@ discard block |
||
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 | */ |
@@ -4,7 +4,7 @@ discard block |
||
4 | 4 | * @link https://github.com/bluzphp/skeleton |
5 | 5 | */ |
6 | 6 | |
7 | -declare(strict_types=1); |
|
7 | +declare(strict_types = 1); |
|
8 | 8 | |
9 | 9 | namespace Application; |
10 | 10 | |
@@ -19,7 +19,7 @@ discard block |
||
19 | 19 | * |
20 | 20 | * @return mixed |
21 | 21 | */ |
22 | -return function () { |
|
22 | +return function() { |
|
23 | 23 | /** |
24 | 24 | * @var Controller $this |
25 | 25 | */ |