@@ -39,7 +39,7 @@ public function setOutput(OutputInterface $output) {
39
39
public function interactGenerateSettingsFiles (
40
40
InputInterface $ input ,
41
41
OutputInterface $ output ,
42
- AnnotationData $ annotationData
42
+ AnnotationData $ annotationData,
43
43
) {
44
44
/** @var \Acquia\Blt\Robo\Wizards\SetupWizard $setup_wizard */
45
45
$ setup_wizard = $ this ->getContainer ()->get (SetupWizard::class);
@@ -54,7 +54,7 @@ public function interactGenerateSettingsFiles(
54
54
public function interactInstallDrupal (
55
55
InputInterface $ input ,
56
56
OutputInterface $ output ,
57
- AnnotationData $ annotationData
57
+ AnnotationData $ annotationData,
58
58
) {
59
59
/** @var \Acquia\Blt\Robo\Wizards\SetupWizard $setup_wizard */
60
60
$ setup_wizard = $ this ->getContainer ()->get (SetupWizard::class);
@@ -69,7 +69,7 @@ public function interactInstallDrupal(
69
69
public function interactExecuteUpdates (
70
70
InputInterface $ input ,
71
71
OutputInterface $ output ,
72
- AnnotationData $ annotationData
72
+ AnnotationData $ annotationData,
73
73
) {
74
74
if ($ this ->invokeDepth == 0
75
75
&& $ input ->getFirstArgument () != 'blt:update '
@@ -94,7 +94,7 @@ public function interactExecuteUpdates(
94
94
public function interactConfigIdentical (
95
95
InputInterface $ input ,
96
96
OutputInterface $ output ,
97
- AnnotationData $ annotationData
97
+ AnnotationData $ annotationData,
98
98
) {
99
99
$ cm_strategies = [
100
100
'config-split ' ,
0 commit comments