Skip to content

Commit 3675f9d

Browse files
authored
Changes for PHPCS fix (#254)
1 parent 0a7e58a commit 3675f9d

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

src/UpdateService.php

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,12 +83,14 @@ class UpdateService {
8383
/**
8484
* Constructs a new UpdateService object.
8585
*/
86-
public function __construct(UuidInterface $uuid,
87-
ConfigFactoryInterface $config_factory,
88-
ModuleHandlerInterface $module_handler,
89-
EntityTypeManagerInterface $entity_type_manager,
90-
EntityFieldManagerInterface $entity_field_manager,
91-
EntityLastInstalledSchemaRepositoryInterface $last_installed_schema_repository) {
86+
public function __construct(
87+
UuidInterface $uuid,
88+
ConfigFactoryInterface $config_factory,
89+
ModuleHandlerInterface $module_handler,
90+
EntityTypeManagerInterface $entity_type_manager,
91+
EntityFieldManagerInterface $entity_field_manager,
92+
EntityLastInstalledSchemaRepositoryInterface $last_installed_schema_repository,
93+
) {
9294
$this->uuid = $uuid;
9395
$this->configFactory = $config_factory;
9496
$this->moduleHandler = $module_handler;

0 commit comments

Comments
 (0)