Skip to content
Snippets Groups Projects

Issue #3454517 by joegraduate: GitLabCI: Fix existing PHPCS issues

Merged Joe Parsons requested to merge issue/config_sync-3454517:3454517-gitlabci-fix-existing into 3.0.x
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -62,8 +62,8 @@ final class ConfigSyncCommands extends DrushCommands {
ConfigSyncListerInterface $config_sync_lister,
StorageInterface $active_storage,
ConfigManagerInterface $config_manager,
StateInterface $state
) {
StateInterface $state,
) {
parent::__construct();
$this->configSyncLister = $config_sync_lister;
$this->activeStorage = $active_storage;
Loading