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
No known key found for this signature in database
GPG Key ID: E498B15EE66C8CB3
2 changed files with 2 additions and 4 deletions

View File

@ -52,8 +52,7 @@ class UpdateExtensionHandler
UpdateExtensionValidator $validator,
LastUpdateCheck $lastUpdateCheck,
Dispatcher $events
)
{
) {
$this->composer = $composer;
$this->extensions = $extensions;
$this->validator = $validator;

View File

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