@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types=1); |
|
2 | +declare(strict_types = 1); |
|
3 | 3 | |
4 | 4 | namespace TBolier\RethinkQL\IntegrationTest\Query; |
5 | 5 |
@@ -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(); |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types=1); |
|
2 | +declare(strict_types = 1); |
|
3 | 3 | |
4 | 4 | namespace TBolier\RethinkQL\IntegrationTest\Query; |
5 | 5 |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types=1); |
|
2 | +declare(strict_types = 1); |
|
3 | 3 | |
4 | 4 | namespace TBolier\RethinkQL\IntegrationTest\Query; |
5 | 5 |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types=1); |
|
2 | +declare(strict_types = 1); |
|
3 | 3 | |
4 | 4 | namespace TBolier\RethinkQL\IntegrationTest\Query; |
5 | 5 |
@@ -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; |
5 | 5 | |
@@ -73,7 +73,7 @@ discard block |
||
73 | 73 | $options = new Options(PHPUNIT_CONNECTIONS[$name]); |
74 | 74 | |
75 | 75 | $connection = new Connection( |
76 | - function () use ($options) { |
|
76 | + function() use ($options) { |
|
77 | 77 | return new Socket( |
78 | 78 | $options |
79 | 79 | ); |