Skip to content

Commit

Permalink
Format code (#6994)
Browse files Browse the repository at this point in the history
  • Loading branch information
limingxinleo authored Aug 8, 2024
1 parent ceeb86f commit 0f7afbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/DatabaseConcernsBuildsQueriesTraitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class DatabaseConcernsBuildsQueriesTraitTest extends TestCase
{
public function testTapCallbackInstance(): void
{
$mock = new class() {
$mock = new class {
use BuildsQueries;
};

Expand Down
2 changes: 1 addition & 1 deletion tests/ModelTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -1791,7 +1791,7 @@ public function testGetOriginalCastsAttributes()

public function testGetOriginalIncrementWithExtra()
{
$model = new class() extends ModelCastingStub {
$model = new class extends ModelCastingStub {
public function newBaseQueryBuilder()
{
$connection = Mockery::mock(Connection::class);
Expand Down

0 comments on commit 0f7afbd

Please sign in to comment.