1
0
mirror of https://github.com/flarum/core.git synced 2025-08-05 16:07:34 +02:00

Apply fixes from StyleCI

[ci skip] [skip ci]
This commit is contained in:
StyleCI Bot
2022-03-11 23:55:04 +00:00
parent f61fa321fa
commit 83c1c4a965
2 changed files with 2 additions and 4 deletions

View File

@@ -46,8 +46,7 @@ final class ModelRelationsExtension implements PropertiesClassReflectionExtensio
public function __construct(
RelationParserHelper $relationParserHelper,
BuilderHelper $builderHelper
)
{
) {
$this->relationParserHelper = $relationParserHelper;
$this->builderHelper = $builderHelper;
}