Failed Conditions
Pull Request — master (#32)
by Timon
03:20
created
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/RethinkInterface.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/Response/Cursor.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
         int $token,
51 51
         ResponseInterface $response,
52 52
         MessageInterface $message
53
-    ) {
53
+    ){
54 54
         $this->connection = $connection;
55 55
         $this->token = $token;
56 56
         $this->addResponse($response);
Please login to merge, or discard this patch.