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