@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types = 1); |
|
2 | +declare(strict_types=1); |
|
3 | 3 | /** |
4 | 4 | * /src/Controller/v1/UserGroup/UserGroupController.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/Controller/v1/Role/FindOneRoleController.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/Controller/v1/Role/RoleController.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/Controller/v1/Role/InheritedRolesController.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/Doctrine/DBAL/Types/Types.php |
5 | 5 | * |
@@ -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 @@ discard block |
||
1 | 1 | <?php |
2 | -declare(strict_types = 1); |
|
2 | +declare(strict_types=1); |
|
3 | 3 | /** |
4 | 4 | * /src/Repository/Traits/RepositoryMethodsTrait.php |
5 | 5 | * |
@@ -39,7 +39,7 @@ discard block |
||
39 | 39 | /** |
40 | 40 | * @psalm-param string|AbstractQuery::HYDRATE_*|null $hydrationMode |
41 | 41 | */ |
42 | - public function findAdvanced(string $id, string | int | null $hydrationMode = null): null | array | EntityInterface |
|
42 | + public function findAdvanced(string $id, string|int|null $hydrationMode = null): null|array|EntityInterface |
|
43 | 43 | { |
44 | 44 | // Get query builder |
45 | 45 | $queryBuilder = $this->getQueryBuilder(); |
@@ -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; |
@@ -25,8 +25,8 @@ |
||
25 | 25 | } |
26 | 26 | |
27 | 27 | /** |
28 | - * @noinspection PhpMissingParentCallCommonInspection |
|
29 | - */ |
|
28 | + * @noinspection PhpMissingParentCallCommonInspection |
|
29 | + */ |
|
30 | 30 | public function down(Schema $schema): void |
31 | 31 | { |
32 | 32 | $this->addSql('ALTER TABLE log_login DROP username'); |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types = 1); |
|
2 | +declare(strict_types=1); |
|
3 | 3 | |
4 | 4 | namespace DoctrineMigrations; |
5 | 5 |