Skip to content

Commit 2384879

Browse files
committed
Apply fixes from StyleCI
[ci skip] [skip ci]
1 parent 65add0c commit 2384879

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Properties/ModelRelationsExtension.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ final class ModelRelationsExtension implements PropertiesClassReflectionExtensio
4646
public function __construct(
4747
RelationParserHelper $relationParserHelper,
4848
BuilderHelper $builderHelper
49-
)
50-
{
49+
) {
5150
$this->relationParserHelper = $relationParserHelper;
5251
$this->builderHelper = $builderHelper;
5352
}

0 commit comments

Comments
 (0)