Passed
Branch master (5116e9)
by Kirill
03:58
created
src/Standard/Directives/Deprecation/Reason.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -5,7 +5,7 @@  discard block
 block discarded – undo
5 5
  * For the full copyright and license information, please view the LICENSE
6 6
  * file that was distributed with this source code.
7 7
  */
8
-declare(strict_types=1);
8
+declare(strict_types = 1);
9 9
 
10 10
 namespace Railt\Reflection\Standard\Directives\Deprecation;
11 11
 
@@ -25,8 +25,8 @@  discard block
 block discarded – undo
25 25
 
26 26
     private const ARGUMENT_DEFAULT_VALUE = 'No longer supported';
27 27
 
28
-    private const ARGUMENT_DESCRIPTION = 'You can either supply a reason argument ' .
29
-        'with a string value or not supply one and receive a "No longer supported" ' .
28
+    private const ARGUMENT_DESCRIPTION = 'You can either supply a reason argument '.
29
+        'with a string value or not supply one and receive a "No longer supported" '.
30 30
         'message when introspected';
31 31
 
32 32
     /**
Please login to merge, or discard this patch.
src/Standard/Directives/Deprecation.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,7 @@
 block discarded – undo
5 5
  * For the full copyright and license information, please view the LICENSE
6 6
  * file that was distributed with this source code.
7 7
  */
8
-declare(strict_types=1);
8
+declare(strict_types = 1);
9 9
 
10 10
 namespace Railt\Reflection\Standard\Directives;
11 11
 
Please login to merge, or discard this patch.
src/Base/Definitions/BaseDirective.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -5,7 +5,7 @@  discard block
 block discarded – undo
5 5
  * For the full copyright and license information, please view the LICENSE
6 6
  * file that was distributed with this source code.
7 7
  */
8
-declare(strict_types=1);
8
+declare(strict_types = 1);
9 9
 
10 10
 namespace Railt\Reflection\Base\Definitions;
11 11
 
@@ -105,7 +105,7 @@  discard block
 block discarded – undo
105 105
                 // 2) Position: FieldType > ArgumentType
106 106
                 //      + Directive Location: INPUT_FIELD_DEFINITION
107 107
                 //
108
-                if ($type instanceof Dependent\ArgumentDefinition && ! $this->allowedForArgument($type)) {
108
+                if ($type instanceof Dependent\ArgumentDefinition && !$this->allowedForArgument($type)) {
109 109
                     continue;
110 110
                 }
111 111
 
Please login to merge, or discard this patch.
src/Base/Definitions/BaseTypeDefinition.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,7 @@
 block discarded – undo
5 5
  * For the full copyright and license information, please view the LICENSE
6 6
  * file that was distributed with this source code.
7 7
  */
8
-declare(strict_types=1);
8
+declare(strict_types = 1);
9 9
 
10 10
 namespace Railt\Reflection\Base\Definitions;
11 11
 
Please login to merge, or discard this patch.
src/Base/Definitions/BaseSchema.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,7 @@
 block discarded – undo
5 5
  * For the full copyright and license information, please view the LICENSE
6 6
  * file that was distributed with this source code.
7 7
  */
8
-declare(strict_types=1);
8
+declare(strict_types = 1);
9 9
 
10 10
 namespace Railt\Reflection\Base\Definitions;
11 11
 
Please login to merge, or discard this patch.
src/Base/Definitions/BaseInput.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,7 @@
 block discarded – undo
5 5
  * For the full copyright and license information, please view the LICENSE
6 6
  * file that was distributed with this source code.
7 7
  */
8
-declare(strict_types=1);
8
+declare(strict_types = 1);
9 9
 
10 10
 namespace Railt\Reflection\Base\Definitions;
11 11
 
Please login to merge, or discard this patch.
src/Base/Definitions/BaseEnum.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,7 @@
 block discarded – undo
5 5
  * For the full copyright and license information, please view the LICENSE
6 6
  * file that was distributed with this source code.
7 7
  */
8
-declare(strict_types=1);
8
+declare(strict_types = 1);
9 9
 
10 10
 namespace Railt\Reflection\Base\Definitions;
11 11
 
Please login to merge, or discard this patch.
src/Base/Definitions/BaseObject.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,7 @@
 block discarded – undo
5 5
  * For the full copyright and license information, please view the LICENSE
6 6
  * file that was distributed with this source code.
7 7
  */
8
-declare(strict_types=1);
8
+declare(strict_types = 1);
9 9
 
10 10
 namespace Railt\Reflection\Base\Definitions;
11 11
 
Please login to merge, or discard this patch.
src/Base/Definitions/BaseScalar.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,7 @@
 block discarded – undo
5 5
  * For the full copyright and license information, please view the LICENSE
6 6
  * file that was distributed with this source code.
7 7
  */
8
-declare(strict_types=1);
8
+declare(strict_types = 1);
9 9
 
10 10
 namespace Railt\Reflection\Base\Definitions;
11 11
 
Please login to merge, or discard this patch.