Skip to content

Commit 080e029

Browse files
norareidygithub-actions[bot]
authored andcommitted
apply phpcbf formatting
1 parent 6c274eb commit 080e029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/includes/query-builder/QueryBuilderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ public function testWhereDate(): void
154154
$result = DB::connection('mongodb')
155155
->table('movies')
156156
->where('released', new UTCDateTime(
157-
Carbon::create(2010, 1, 15, 0, 0, 0, 'UTC')
157+
Carbon::create(2010, 1, 15, 0, 0, 0, 'UTC'),
158158
))->get();
159159
// end query where date
160160

0 commit comments

Comments
 (0)