Passed
Push — master ( 8e43c9...4981d1 )
by Tarmo
116:46 queued 51:34
created
src/Rest/Traits/Actions/RestActionBase.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/Rest/Traits/Actions/RestActionBase.php
5 5
  *
Please login to merge, or discard this patch.
src/Rest/Traits/Methods/IdsMethod.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/Rest/Traits/Methods/IdsMethod.php
5 5
  *
Please login to merge, or discard this patch.
src/Rest/Traits/RestResourceLifeCycles.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/Rest/Traits/RestResourceLifeCycles.php
5 5
  *
Please login to merge, or discard this patch.
src/Rest/Traits/RestMethodHelper.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/Rest/Traits/RestMethodHelper.php
5 5
  *
Please login to merge, or discard this patch.
src/Controller/Role/InheritedRolesController.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/Controller/Role/InheritedRolesController.php
5 5
  *
Please login to merge, or discard this patch.
migrations/Version20200229154730.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types = 1);
3
+declare(strict_types=1);
4 4
 
5 5
 // phpcs:ignoreFile
6 6
 /** @noinspection PhpIllegalPsrClassPathInspection */
Please login to merge, or discard this patch.
migrations/Version20191006091354.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types = 1);
3
+declare(strict_types=1);
4 4
 
5 5
 // phpcs:ignoreFile
6 6
 /** @noinspection PhpIllegalPsrClassPathInspection */
Please login to merge, or discard this patch.
src/EventSubscriber/DoctrineExtensionSubscriber.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/EventSubscriber/DoctrineExtensionSubscriber.php
5 5
  *
Please login to merge, or discard this patch.
src/Command/HelperConfigure.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/Command/HelperConfigure.php
5 5
  *
@@ -34,7 +34,7 @@  discard block
 block discarded – undo
34 34
 
35 35
     private static function getParameterIterator(): Closure
36 36
     {
37
-        return static fn (array $input): InputOption => new InputOption(
37
+        return static fn(array $input): InputOption => new InputOption(
38 38
             (string)$input['name'],
39 39
             array_key_exists('shortcut', $input) ? (string)$input['shortcut'] : null,
40 40
             array_key_exists('mode', $input) ? (int)$input['mode'] : InputOption::VALUE_OPTIONAL,
Please login to merge, or discard this patch.