@@ -57,7 +57,7 @@ |
||
57 | 57 | $requiredDependents = $this->dependencyHelper->getDependentExtensions($extension); |
58 | 58 | if (!empty($requiredDependents)) { |
59 | 59 | if ($input->isInteractive()) { |
60 | - $names = implode(', ', array_map(function (ExtensionEntity $dependent) { |
|
60 | + $names = implode(', ', array_map(function(ExtensionEntity $dependent) { |
|
61 | 61 | return $dependent->getName(); |
62 | 62 | }, $requiredDependents)); |
63 | 63 |