@@ -1,5 +1,5 @@ discard block |
||
1 | 1 | <?php |
2 | -declare(strict_types = 1); |
|
2 | +declare(strict_types=1); |
|
3 | 3 | /** |
4 | 4 | * /src/Validator/Constraints/EntityReferenceExists.php |
5 | 5 | * |
@@ -25,7 +25,7 @@ discard block |
||
25 | 25 | * @package App\Validator\Constraints |
26 | 26 | * @author TLe, Tarmo Leppänen <[email protected]> |
27 | 27 | */ |
28 | -#[Attribute(Attribute::TARGET_PROPERTY | Attribute::IS_REPEATABLE)] |
|
28 | +#[Attribute(Attribute::TARGET_PROPERTY|Attribute::IS_REPEATABLE)] |
|
29 | 29 | class EntityReferenceExists extends Constraint |
30 | 30 | { |
31 | 31 | public const ENTITY_REFERENCE_EXISTS_ERROR = '64888b5e-bded-449b-82ed-0cc1f73df14d'; |
@@ -1,5 +1,5 @@ discard block |
||
1 | 1 | <?php |
2 | -declare(strict_types = 1); |
|
2 | +declare(strict_types=1); |
|
3 | 3 | /** |
4 | 4 | * /src/Validator/Constraints/Language.php |
5 | 5 | * |
@@ -25,7 +25,7 @@ discard block |
||
25 | 25 | * @package App\Validator\Constraints |
26 | 26 | * @author TLe, Tarmo Leppänen <[email protected]> |
27 | 27 | */ |
28 | -#[Attribute(Attribute::TARGET_PROPERTY | Attribute::IS_REPEATABLE)] |
|
28 | +#[Attribute(Attribute::TARGET_PROPERTY|Attribute::IS_REPEATABLE)] |
|
29 | 29 | class Language extends Constraint |
30 | 30 | { |
31 | 31 | public const INVALID_LANGUAGE = '08bd61cf-ba27-45a3-9916-78c39253833a'; |
@@ -1,5 +1,5 @@ discard block |
||
1 | 1 | <?php |
2 | -declare(strict_types = 1); |
|
2 | +declare(strict_types=1); |
|
3 | 3 | /** |
4 | 4 | * /src/Validator/Constraints/UniqueEmail.php |
5 | 5 | * |
@@ -25,7 +25,7 @@ discard block |
||
25 | 25 | * @package App\Validator\Constraints |
26 | 26 | * @author TLe, Tarmo Leppänen <[email protected]> |
27 | 27 | */ |
28 | -#[Attribute(Attribute::TARGET_CLASS | Attribute::IS_REPEATABLE)] |
|
28 | +#[Attribute(Attribute::TARGET_CLASS|Attribute::IS_REPEATABLE)] |
|
29 | 29 | class UniqueEmail extends Constraint |
30 | 30 | { |
31 | 31 | public const IS_UNIQUE_EMAIL_ERROR = 'd487278d-8b13-4da0-b4cc-f862e6e99af6'; |
@@ -1,5 +1,5 @@ discard block |
||
1 | 1 | <?php |
2 | -declare(strict_types = 1); |
|
2 | +declare(strict_types=1); |
|
3 | 3 | /** |
4 | 4 | * /src/Validator/Constraints/UniqueUsername.php |
5 | 5 | * |
@@ -25,7 +25,7 @@ discard block |
||
25 | 25 | * @package App\Validator\Constraints |
26 | 26 | * @author TLe, Tarmo Leppänen <[email protected]> |
27 | 27 | */ |
28 | -#[Attribute(Attribute::TARGET_CLASS | Attribute::IS_REPEATABLE)] |
|
28 | +#[Attribute(Attribute::TARGET_CLASS|Attribute::IS_REPEATABLE)] |
|
29 | 29 | class UniqueUsername extends Constraint |
30 | 30 | { |
31 | 31 | public const IS_UNIQUE_USERNAME_ERROR = 'ea62740a-4d9b-4a25-9a56-46fb4c3d5fea'; |
@@ -1,5 +1,5 @@ discard block |
||
1 | 1 | <?php |
2 | -declare(strict_types = 1); |
|
2 | +declare(strict_types=1); |
|
3 | 3 | /** |
4 | 4 | * /src/Validator/Constraints/Locale.php |
5 | 5 | * |
@@ -25,7 +25,7 @@ discard block |
||
25 | 25 | * @package App\Validator\Constraints |
26 | 26 | * @author TLe, Tarmo Leppänen <[email protected]> |
27 | 27 | */ |
28 | -#[Attribute(Attribute::TARGET_PROPERTY | Attribute::IS_REPEATABLE)] |
|
28 | +#[Attribute(Attribute::TARGET_PROPERTY|Attribute::IS_REPEATABLE)] |
|
29 | 29 | class Locale extends Constraint |
30 | 30 | { |
31 | 31 | public const INVALID_LOCALE = '44e3862f-2d38-46d4-b1ae-632990814af6'; |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types = 1); |
|
2 | +declare(strict_types=1); |
|
3 | 3 | /** |
4 | 4 | * /src/Enum/Role.php |
5 | 5 | * |
@@ -34,8 +34,8 @@ |
||
34 | 34 | } |
35 | 35 | |
36 | 36 | /** |
37 | - * @noinspection PhpMissingParentCallCommonInspection |
|
38 | - */ |
|
37 | + * @noinspection PhpMissingParentCallCommonInspection |
|
38 | + */ |
|
39 | 39 | public function down(Schema $schema): void |
40 | 40 | { |
41 | 41 | // this down() migration is auto-generated, please modify it to your needs |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types = 1); |
|
2 | +declare(strict_types=1); |
|
3 | 3 | |
4 | 4 | // phpcs:ignoreFile |
5 | 5 | namespace DoctrineMigrations; |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types = 1); |
|
2 | +declare(strict_types=1); |
|
3 | 3 | /** |
4 | 4 | * /src/ValueResolver/LoggedInUserValueResolver.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/ValueResolver/RestDtoValueResolver.php |
5 | 5 | * |