Skip to content

Commit 85f86ff

Browse files
rustagirgithub-actions[bot]
authored andcommitted
apply phpcbf formatting
1 parent e1dfe3b commit 85f86ff

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/includes/fundamentals/read-operations/ReadOperationsTest.php

+5
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
use MongoDB\Driver\ReadPreference;
1010
use MongoDB\Laravel\Tests\TestCase;
1111

12+
use function json_encode;
13+
14+
use const JSON_PRETTY_PRINT;
15+
1216
class ReadOperationsTest extends TestCase
1317
{
1418
protected function setUp(): void
@@ -201,6 +205,7 @@ public function testQueryLog(): void
201205
foreach ($logs as $log) {
202206
echo json_encode($log, JSON_PRETTY_PRINT);
203207
}
208+
204209
// end-query-log
205210

206211
$this->assertNotNull($logs);

0 commit comments

Comments
 (0)