Skip to content

Commit 9cfcf9e

Browse files
tpetrygithub-actions[bot]
authored andcommitted
Fix styling
1 parent 218a444 commit 9cfcf9e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/Mixins/EloquentBuilderTest.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@ public function testDumpExplainForHumans(): void
2222

2323
public function testExplainForHumans(): void
2424
{
25-
$model = new class() extends Model
26-
{
27-
};
25+
$model = new class() extends Model {};
2826
$builder = $model->newQuery();
2927

3028
MysqlExplain::shouldReceive('submitBuilder')

0 commit comments

Comments
 (0)