Passed
Pull Request — master (#28)
by Timon
03:23
created
src/Query/Options.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
 namespace TBolier\RethinkQL\Query;
5 5
 
Please login to merge, or discard this patch.
src/Query/Operation/TableList.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
 namespace TBolier\RethinkQL\Query\Operation;
5 5
 
Please login to merge, or discard this patch.
src/Types/VersionDummy/Protocol.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
 namespace TBolier\RethinkQL\Types\VersionDummy;
5 5
 
Please login to merge, or discard this patch.
src/Types/Query/QueryType.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
 namespace TBolier\RethinkQL\Types\Query;
5 5
 
Please login to merge, or discard this patch.
src/Types/Frame/FrameType.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
 namespace TBolier\RethinkQL\Types\Frame;
5 5
 
Please login to merge, or discard this patch.
src/Types/Response/ResponseType.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
 namespace TBolier\RethinkQL\Types\Response;
5 5
 
Please login to merge, or discard this patch.
src/Types/Term/TermType.php 1 patch
Spacing   +3 added lines, -3 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
 namespace TBolier\RethinkQL\Types\Term;
5 5
 
@@ -104,8 +104,8 @@  discard block
 block discarded – undo
104 104
     public const INDEX_RENAME       = 156;
105 105
     public const FUNCALL            = 64;
106 106
     public const BRANCH             = 65;
107
-    public const OR                 = 66;
108
-    public const AND                = 67;
107
+    public const OR = 66;
108
+    public const AND = 67;
109 109
     public const FOR_EACH           = 68;
110 110
     public const FUNC               = 69;
111 111
     public const ASC                = 73;
Please login to merge, or discard this patch.
src/Rethink.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
 namespace TBolier\RethinkQL;
5 5
 
Please login to merge, or discard this patch.
src/Connection/Options.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
 namespace TBolier\RethinkQL\Connection;
5 5
 
Please login to merge, or discard this patch.