Skip to content

Commit 9fa735d

Browse files
rustagirgithub-actions[bot]
authored andcommitted
apply phpcbf formatting
1 parent f498f97 commit 9fa735d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Diff for: docs/includes/usage-examples/FindOneTest.php

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
use Illuminate\Support\Facades\DB;
99
use MongoDB\Laravel\Tests\TestCase;
1010

11+
use function print_r;
12+
1113
class FindOneTest extends TestCase
1214
{
1315
/**

Diff for: docs/includes/usage-examples/InsertOneTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public function testInsertOne(): void
3636
'title' => 'Marriage Story',
3737
'year' => 2019,
3838
'runtime' => 136,
39-
]);
39+
]);
4040

4141
echo 'Insert operation success: ' . ($success ? 'yes' : 'no');
4242
// end-qb-insert-one

0 commit comments

Comments
 (0)