Skip to content

Commit

Permalink
Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
roxblnfk committed Mar 24, 2021
1 parent 397fbd2 commit 22dfcdc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/Schema/Relation/EmbeddedTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,7 @@ public function testEmbedIdFieldWithPrefix(): void
$c = Composite::define();
$e = EmbeddedEntity::define();

$e->getFields()->set('id', (new Field())
->setColumn('embedded_id')
->setType('int')
);
$e->getFields()->set('id', (new Field())->setColumn('embedded_id')->setType('int'));

$c->getRelations()->set(
'embedded',
Expand Down

0 comments on commit 22dfcdc

Please sign in to comment.