Test Setup Failed
Push — master ( 96358d...8fec8b )
by Marc
02:13
created
lib/PhpFlo/Common/FbpDefinitionsInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@
 block discarded – undo
7 7
  * For the full copyright and license information, please view the LICENSE
8 8
  * file that was distributed with this source code.
9 9
  */
10
-declare(strict_types=1);
10
+declare(strict_types = 1);
11 11
 namespace PhpFlo\Common;
12 12
 
13 13
 /**
Please login to merge, or discard this patch.
lib/PhpFlo/Common/LoaderInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@
 block discarded – undo
7 7
  * For the full copyright and license information, please view the LICENSE
8 8
  * file that was distributed with this source code.
9 9
  */
10
-declare(strict_types=1);
10
+declare(strict_types = 1);
11 11
 namespace PhpFlo\Common;
12 12
 
13 13
 use PhpFlo\Exception\LoaderException;
Please login to merge, or discard this patch.
lib/PhpFlo/Fbp/FbpDefinition.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@
 block discarded – undo
7 7
  * For the full copyright and license information, please view the LICENSE
8 8
  * file that was distributed with this source code.
9 9
  */
10
-declare(strict_types=1);
10
+declare(strict_types = 1);
11 11
 namespace PhpFlo\Fbp;
12 12
 
13 13
 use PhpFlo\Common\DefinitionInterface;
Please login to merge, or discard this patch.
lib/PhpFlo/Fbp/FbpDumper.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@  discard block
 block discarded – undo
7 7
  * For the full copyright and license information, please view the LICENSE
8 8
  * file that was distributed with this source code.
9 9
  */
10
-declare(strict_types=1);
10
+declare(strict_types = 1);
11 11
 namespace PhpFlo\Fbp;
12 12
 
13 13
 use PhpFlo\Common\FbpDefinitionsInterface;
@@ -67,9 +67,9 @@  discard block
 block discarded – undo
67 67
         try {
68 68
 
69 69
             if (self::hasElement(self::PROPERTIES_LABEL, $definition)) {
70
-                foreach($definition[self::PROPERTIES_LABEL] as $name => $element) {
70
+                foreach ($definition[self::PROPERTIES_LABEL] as $name => $element) {
71 71
                     if (!empty($element)) {
72
-                        $fbp[] = '# ' . (string)$element;
72
+                        $fbp[] = '# ' . (string) $element;
73 73
                     }
74 74
                 }
75 75
             }
Please login to merge, or discard this patch.
lib/PhpFlo/Loader/Loader.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@
 block discarded – undo
7 7
  * For the full copyright and license information, please view the LICENSE
8 8
  * file that was distributed with this source code.
9 9
  */
10
-declare(strict_types=1);
10
+declare(strict_types = 1);
11 11
 namespace PhpFlo\Loader;
12 12
 
13 13
 use PhpFlo\Common\DefinitionInterface;
Please login to merge, or discard this patch.
lib/PhpFlo/Fbp/FbpParser.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@
 block discarded – undo
7 7
  * For the full copyright and license information, please view the LICENSE
8 8
  * file that was distributed with this source code.
9 9
  */
10
-declare(strict_types=1);
10
+declare(strict_types = 1);
11 11
 namespace PhpFlo\Fbp;
12 12
 
13 13
 use PhpFlo\Common\DefinitionInterface;
Please login to merge, or discard this patch.
lib/PhpFlo/Common/DefinitionInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@
 block discarded – undo
7 7
  * For the full copyright and license information, please view the LICENSE
8 8
  * file that was distributed with this source code.
9 9
  */
10
-declare(strict_types=1);
10
+declare(strict_types = 1);
11 11
 namespace PhpFlo\Common;
12 12
 
13 13
 /**
Please login to merge, or discard this patch.