Skip to content

Commit

Permalink
apply phpcbf formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
rustagir authored and github-actions[bot] committed Jan 30, 2025
1 parent f498f97 commit 9fa735d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/includes/usage-examples/FindOneTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
use Illuminate\Support\Facades\DB;
use MongoDB\Laravel\Tests\TestCase;

use function print_r;

class FindOneTest extends TestCase
{
/**
Expand Down
2 changes: 1 addition & 1 deletion docs/includes/usage-examples/InsertOneTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function testInsertOne(): void
'title' => 'Marriage Story',
'year' => 2019,
'runtime' => 136,
]);
]);

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

0 comments on commit 9fa735d

Please sign in to comment.