Skip to content

Commit

Permalink
CS
Browse files Browse the repository at this point in the history
  • Loading branch information
leofeyer committed Sep 17, 2021
1 parent 2528d0e commit 276dc13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manager-bundle/src/Command/ContaoSetupCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int

$php = [
$this->phpPath,
'-dmemory_limit='.ini_get('memory_limit')
'-dmemory_limit='.ini_get('memory_limit'),
];

if (OutputInterface::VERBOSITY_DEBUG === $output->getVerbosity()) {
Expand Down

0 comments on commit 276dc13

Please sign in to comment.