Passed
Branch master (b4ac3b)
by Tarmo
05:51
created
src/Rest/Traits/Actions/Admin/CreateAction.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
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
  *
Please login to merge, or discard this patch.
src/Rest/Traits/Actions/Admin/FindAction.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
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
  *
Please login to merge, or discard this patch.
src/Rest/RestResourceInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 /**
4 4
  * /src/Rest/RestResourceInterfaces.php
5 5
  *
Please login to merge, or discard this patch.
public/index.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 /**
4 4
  * /public/index.php
5 5
  *
Please login to merge, or discard this patch.
public/check.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@  discard block
 block discarded – undo
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
 block discarded – undo
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>
Please login to merge, or discard this patch.
bootstrap.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
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
  *
Please login to merge, or discard this patch.