Passed
Pull Request — master (#28)
by Timon
03:23
created
test/integration/Query/AbstractTableTest.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
 namespace TBolier\RethinkQL\IntegrationTest\Query;
5 5
 
@@ -37,7 +37,7 @@  discard block
 block discarded – undo
37 37
             ->table('tabletest')
38 38
             ->insert([
39 39
                 'id' => $documentId,
40
-                'title' => 'Test document ' . $documentId,
40
+                'title' => 'Test document '.$documentId,
41 41
                 'description' => 'A document description.',
42 42
             ])
43 43
             ->run();
Please login to merge, or discard this patch.