@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types=1); |
|
2 | +declare(strict_types = 1); |
|
3 | 3 | /** |
4 | 4 | * /src/Rest/Traits/Actions/Admin/CreateAction.php |
5 | 5 | * |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types=1); |
|
2 | +declare(strict_types = 1); |
|
3 | 3 | /** |
4 | 4 | * /src/Rest/Traits/Actions/Admin/FindAction.php |
5 | 5 | * |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types=1); |
|
2 | +declare(strict_types = 1); |
|
3 | 3 | /** |
4 | 4 | * /src/Rest/RestResourceInterfaces.php |
5 | 5 | * |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types=1); |
|
2 | +declare(strict_types = 1); |
|
3 | 3 | /** |
4 | 4 | * /public/index.php |
5 | 5 | * |
@@ -1,5 +1,5 @@ discard block |
||
1 | 1 | <?php |
2 | -declare(strict_types=1); |
|
2 | +declare(strict_types = 1); |
|
3 | 3 | /** |
4 | 4 | * /public/check.php |
5 | 5 | * |
@@ -42,8 +42,8 @@ discard block |
||
42 | 42 | |
43 | 43 | $majorProblems = $symfonyRequirements->getFailedRequirements(); |
44 | 44 | $minorProblems = $symfonyRequirements->getFailedRecommendations(); |
45 | -$hasMajorProblems = (bool) count($majorProblems); |
|
46 | -$hasMinorProblems = (bool) count($minorProblems); |
|
45 | +$hasMajorProblems = (bool)count($majorProblems); |
|
46 | +$hasMinorProblems = (bool)count($minorProblems); |
|
47 | 47 | |
48 | 48 | ?> |
49 | 49 | <!DOCTYPE html> |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types=1); |
|
2 | +declare(strict_types = 1); |
|
3 | 3 | /** |
4 | 4 | * Application bootstrap file to load specified environment variables. |
5 | 5 | * |