@@ -1,5 +1,5 @@ discard block |
||
| 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 |
||
| 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(); |