1
0
mirror of https://github.com/flarum/core.git synced 2025-07-31 13:40:20 +02:00

Apply fixes from StyleCI

[ci skip] [skip ci]
This commit is contained in:
StyleCI Bot
2022-03-11 23:11:35 +00:00
parent 37a882118a
commit a2eba3e978
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;
}