Completed
Push — master ( 9d6293...1b9c64 )
by Tarmo
18s queued 13s
created
src/Validator/Constraints/EntityReferenceExists.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@  discard block
 block discarded – undo
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
 block discarded – undo
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';
Please login to merge, or discard this patch.
src/Validator/Constraints/Language.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@  discard block
 block discarded – undo
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
 block discarded – undo
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';
Please login to merge, or discard this patch.
src/Validator/Constraints/UniqueEmail.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@  discard block
 block discarded – undo
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
 block discarded – undo
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';
Please login to merge, or discard this patch.
src/Validator/Constraints/UniqueUsername.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@  discard block
 block discarded – undo
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
 block discarded – undo
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';
Please login to merge, or discard this patch.
src/Validator/Constraints/Locale.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@  discard block
 block discarded – undo
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
 block discarded – undo
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';
Please login to merge, or discard this patch.
src/Enum/Role.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types = 1);
2
+declare(strict_types=1);
3 3
 /**
4 4
  * /src/Enum/Role.php
5 5
  *
Please login to merge, or discard this patch.
src/Enum/Traits/GetValues.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types = 1);
2
+declare(strict_types=1);
3 3
 /**
4 4
  * /src/Enum/Traits/GetValues.php
5 5
  *
Please login to merge, or discard this patch.
src/Enum/Interfaces/StringEnumInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types = 1);
2
+declare(strict_types=1);
3 3
 /**
4 4
  * /src/Enum/Interfaces/StringEnumInterface.php
5 5
  *
Please login to merge, or discard this patch.
migrations/Version20220812161020.php 2 patches
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -34,8 +34,8 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types = 1);
2
+declare(strict_types=1);
3 3
 
4 4
 // phpcs:ignoreFile
5 5
 namespace DoctrineMigrations;
Please login to merge, or discard this patch.