@@ -9,7 +9,7 @@ |
||
| 9 | 9 | * file that was distributed with this source code. |
| 10 | 10 | */ |
| 11 | 11 | |
| 12 | -declare (strict_types = 1); |
|
| 12 | +declare(strict_types=1); |
|
| 13 | 13 | |
| 14 | 14 | namespace Tardigrades\FieldType\ValueObject; |
| 15 | 15 | |
@@ -9,7 +9,7 @@ |
||
| 9 | 9 | * file that was distributed with this source code. |
| 10 | 10 | */ |
| 11 | 11 | |
| 12 | -declare (strict_types = 1); |
|
| 12 | +declare(strict_types=1); |
|
| 13 | 13 | |
| 14 | 14 | namespace Tardigrades\FieldType\ValueObject; |
| 15 | 15 | |
@@ -9,7 +9,7 @@ |
||
| 9 | 9 | * file that was distributed with this source code. |
| 10 | 10 | */ |
| 11 | 11 | |
| 12 | -declare (strict_types = 1); |
|
| 12 | +declare(strict_types=1); |
|
| 13 | 13 | |
| 14 | 14 | namespace Tardigrades\FieldType\ValueObject; |
| 15 | 15 | |
@@ -9,7 +9,7 @@ |
||
| 9 | 9 | * file that was distributed with this source code. |
| 10 | 10 | */ |
| 11 | 11 | |
| 12 | -declare (strict_types = 1); |
|
| 12 | +declare(strict_types=1); |
|
| 13 | 13 | |
| 14 | 14 | namespace Tardigrades\FieldType\ValueObject; |
| 15 | 15 | |
@@ -9,7 +9,7 @@ |
||
| 9 | 9 | * file that was distributed with this source code. |
| 10 | 10 | */ |
| 11 | 11 | |
| 12 | -declare (strict_types = 1); |
|
| 12 | +declare(strict_types=1); |
|
| 13 | 13 | |
| 14 | 14 | namespace Tardigrades\FieldType\ValueObject; |
| 15 | 15 | |
@@ -9,7 +9,7 @@ |
||
| 9 | 9 | * file that was distributed with this source code. |
| 10 | 10 | */ |
| 11 | 11 | |
| 12 | -declare (strict_types = 1); |
|
| 12 | +declare(strict_types=1); |
|
| 13 | 13 | |
| 14 | 14 | namespace Tardigrades\FieldType; |
| 15 | 15 | |
@@ -9,7 +9,7 @@ |
||
| 9 | 9 | * file that was distributed with this source code. |
| 10 | 10 | */ |
| 11 | 11 | |
| 12 | -declare (strict_types = 1); |
|
| 12 | +declare(strict_types=1); |
|
| 13 | 13 | |
| 14 | 14 | namespace Tardigrades\FieldType; |
| 15 | 15 | |
@@ -9,7 +9,7 @@ discard block |
||
| 9 | 9 | * file that was distributed with this source code. |
| 10 | 10 | */ |
| 11 | 11 | |
| 12 | -declare (strict_types = 1); |
|
| 12 | +declare(strict_types=1); |
|
| 13 | 13 | |
| 14 | 14 | namespace Tardigrades\SectionField\Service; |
| 15 | 15 | |
@@ -67,7 +67,7 @@ discard block |
||
| 67 | 67 | $applicationRepository = $this->entityManager->getRepository(Application::class); |
| 68 | 68 | |
| 69 | 69 | /** @var $application Application */ |
| 70 | - $application = $applicationRepository->findOneBy(['handle' => (string)$handle]); |
|
| 70 | + $application = $applicationRepository->findOneBy(['handle' => (string) $handle]); |
|
| 71 | 71 | |
| 72 | 72 | if (empty($application)) { |
| 73 | 73 | throw new ApplicationNotFoundException(); |
@@ -9,7 +9,7 @@ |
||
| 9 | 9 | * file that was distributed with this source code. |
| 10 | 10 | */ |
| 11 | 11 | |
| 12 | -declare (strict_types = 1); |
|
| 12 | +declare(strict_types=1); |
|
| 13 | 13 | |
| 14 | 14 | namespace Tardigrades\SectionField\Service; |
| 15 | 15 | |