@@ -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 | */ |
@@ -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 | |
@@ -17,7 +17,7 @@ discard block |
||
| 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 | */ |