Skip to content

Commit e877a17

Browse files
rustagirgithub-actions[bot]
authored andcommitted
apply phpcbf formatting
1 parent e2fb9fc commit e877a17

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

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

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@
55
namespace App\Http\Controllers;
66

77
use App\Models\Movie;
8-
use MongoDB\Laravel\Tests\TestCase;
9-
use Illuminate\Database\Query\Builder;
108
use Illuminate\Support\Facades\DB;
9+
use MongoDB\Laravel\Tests\TestCase;
1110

1211
class CountTest extends TestCase
1312
{

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

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@
55
namespace App\Http\Controllers;
66

77
use App\Models\Movie;
8-
use MongoDB\Laravel\Tests\TestCase;
9-
use Illuminate\Database\Query\Builder;
108
use Illuminate\Support\Facades\DB;
9+
use MongoDB\Laravel\Tests\TestCase;
1110

1211
class DeleteManyTest extends TestCase
1312
{

0 commit comments

Comments
 (0)