Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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‎

Lines changed: 5 additions & 0 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /