@@ -8,7 +8,7 @@ discard block |
||
| 8 | 8 | * @license https://opensource.org/licenses/MIT The MIT License (MIT) |
| 9 | 9 | * @link http://www.gixx-web.com |
| 10 | 10 | */ |
| 11 | -declare(strict_types=1); |
|
| 11 | +declare(strict_types = 1); |
|
| 12 | 12 | |
| 13 | 13 | namespace WebHemi\Adapter\Router\FastRoute; |
| 14 | 14 | |
@@ -50,7 +50,7 @@ discard block |
||
| 50 | 50 | $this->result = $routeResult; |
| 51 | 51 | $this->applicationPath = $environmentManager->getSelectedApplicationUri(); |
| 52 | 52 | $this->adapter = \FastRoute\simpleDispatcher( |
| 53 | - function (RouteCollector $routeCollector) use ($routes) { |
|
| 53 | + function(RouteCollector $routeCollector) use ($routes) { |
|
| 54 | 54 | foreach ($routes as $route) { |
| 55 | 55 | $method = $route['allowed_methods']; |
| 56 | 56 | $uri = $route['path']; |
@@ -9,7 +9,7 @@ |
||
| 9 | 9 | * |
| 10 | 10 | * @link http://www.gixx-web.com |
| 11 | 11 | */ |
| 12 | -declare(strict_types=1); |
|
| 12 | +declare(strict_types = 1); |
|
| 13 | 13 | |
| 14 | 14 | namespace WebHemi\Form; |
| 15 | 15 | |
@@ -9,7 +9,7 @@ |
||
| 9 | 9 | * |
| 10 | 10 | * @link http://www.gixx-web.com |
| 11 | 11 | */ |
| 12 | -declare(strict_types=1); |
|
| 12 | +declare(strict_types = 1); |
|
| 13 | 13 | |
| 14 | 14 | namespace WebHemi\Form; |
| 15 | 15 | |
@@ -9,7 +9,7 @@ |
||
| 9 | 9 | * |
| 10 | 10 | * @link http://www.gixx-web.com |
| 11 | 11 | */ |
| 12 | -declare(strict_types=1); |
|
| 12 | +declare(strict_types = 1); |
|
| 13 | 13 | |
| 14 | 14 | namespace WebHemi\Form; |
| 15 | 15 | |
@@ -9,7 +9,7 @@ |
||
| 9 | 9 | * |
| 10 | 10 | * @link http://www.gixx-web.com |
| 11 | 11 | */ |
| 12 | -declare(strict_types=1); |
|
| 12 | +declare(strict_types = 1); |
|
| 13 | 13 | |
| 14 | 14 | namespace WebHemi\Form\Html; |
| 15 | 15 | |
@@ -9,7 +9,7 @@ |
||
| 9 | 9 | * |
| 10 | 10 | * @link http://www.gixx-web.com |
| 11 | 11 | */ |
| 12 | -declare(strict_types=1); |
|
| 12 | +declare(strict_types = 1); |
|
| 13 | 13 | |
| 14 | 14 | namespace WebHemi\Form\Html; |
| 15 | 15 | |
@@ -9,7 +9,7 @@ |
||
| 9 | 9 | * |
| 10 | 10 | * @link http://www.gixx-web.com |
| 11 | 11 | */ |
| 12 | -declare(strict_types=1); |
|
| 12 | +declare(strict_types = 1); |
|
| 13 | 13 | |
| 14 | 14 | namespace WebHemi\Form\Html; |
| 15 | 15 | |
@@ -9,7 +9,7 @@ |
||
| 9 | 9 | * |
| 10 | 10 | * @link http://www.gixx-web.com |
| 11 | 11 | */ |
| 12 | -declare(strict_types=1); |
|
| 12 | +declare(strict_types = 1); |
|
| 13 | 13 | |
| 14 | 14 | namespace WebHemi\Form\Html; |
| 15 | 15 | |
@@ -9,7 +9,7 @@ |
||
| 9 | 9 | * |
| 10 | 10 | * @link http://www.gixx-web.com |
| 11 | 11 | */ |
| 12 | -declare(strict_types=1); |
|
| 12 | +declare(strict_types = 1); |
|
| 13 | 13 | |
| 14 | 14 | namespace WebHemi\Config; |
| 15 | 15 | |