Passed
Branch master (5116e9)
by Kirill
03:58
created
src/Contracts/Type.php 2 patches
Spacing   +8 added lines, -8 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\Contracts;
11 11
 
@@ -17,7 +17,7 @@  discard block
 block discarded – undo
17 17
     /**#@+
18 18
      * Virtual types group
19 19
      */
20
-    public const DOCUMENT           = 'Document';
20
+    public const DOCUMENT = 'Document';
21 21
     /**#@-*/
22 22
 
23 23
     /**#@+
@@ -26,15 +26,15 @@  discard block
 block discarded – undo
26 26
     public const SCHEMA             = 'Schema';
27 27
 
28 28
     public const OBJECT             = 'Object';
29
-    public const OBJECT_FIELD       = 'Field';      // TODO Rename
30
-    public const OBJECT_ARGUMENT    = 'Argument';   // TODO Rename
29
+    public const OBJECT_FIELD       = 'Field'; // TODO Rename
30
+    public const OBJECT_ARGUMENT    = 'Argument'; // TODO Rename
31 31
 
32 32
     public const INTERFACE          = 'Interface';
33
-    public const INTERFACE_FIELD    = 'Field';      // TODO Rename
34
-    public const INTERFACE_ARGUMENT = 'Argument';   // TODO Rename
33
+    public const INTERFACE_FIELD    = 'Field'; // TODO Rename
34
+    public const INTERFACE_ARGUMENT = 'Argument'; // TODO Rename
35 35
 
36 36
     public const DIRECTIVE          = 'Directive';
37
-    public const DIRECTIVE_ARGUMENT = 'Argument';   // TODO Rename
37
+    public const DIRECTIVE_ARGUMENT = 'Argument'; // TODO Rename
38 38
 
39 39
     public const INPUT              = 'Input';
40 40
     public const INPUT_FIELD        = 'InputField';
@@ -52,6 +52,6 @@  discard block
 block discarded – undo
52 52
     public const INPUT_INVOCATION       = self::INPUT;
53 53
     public const DIRECTIVE_INVOCATION   = self::DIRECTIVE;
54 54
     // Extensions
55
-    public const EXTENSION          = 'Extension';
55
+    public const EXTENSION = 'Extension';
56 56
     /**#@-*/
57 57
 }
Please login to merge, or discard this patch.
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
     public const OBJECT_FIELD       = 'Field';      // TODO Rename
30 30
     public const OBJECT_ARGUMENT    = 'Argument';   // TODO Rename
31 31
 
32
-    public const INTERFACE          = 'Interface';
32
+    public const interface          = 'Interface';
33 33
     public const INTERFACE_FIELD    = 'Field';      // TODO Rename
34 34
     public const INTERFACE_ARGUMENT = 'Argument';   // TODO Rename
35 35
 
Please login to merge, or discard this patch.
src/Contracts/Invocations/Directive/HasDirectives.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\Contracts\Invocations\Directive;
11 11
 
Please login to merge, or discard this patch.
src/Contracts/Invocations/InputInvocation.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\Contracts\Invocations;
11 11
 
Please login to merge, or discard this patch.
src/Contracts/Invocations/DirectiveInvocation.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\Contracts\Invocations;
11 11
 
Please login to merge, or discard this patch.
src/Contracts/Invocations/Argument/HasPassedArguments.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\Contracts\Invocations\Argument;
11 11
 
Please login to merge, or discard this patch.
src/Contracts/Invocations/Invocable.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\Contracts\Invocations;
11 11
 
Please login to merge, or discard this patch.
src/Contracts/Behavior/Deprecatable.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\Contracts\Behavior;
11 11
 
Please login to merge, or discard this patch.
src/Contracts/Behavior/AllowsTypeIndication.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\Contracts\Behavior;
11 11
 
Please login to merge, or discard this patch.
src/Contracts/Behavior/Inputable.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\Contracts\Behavior;
11 11
 
Please login to merge, or discard this patch.