diff --git a/lib/internal/Magento/Framework/Console/Cli.php b/lib/internal/Magento/Framework/Console/Cli.php index 38018a7c096bacd768a10a5be9edaa90ccffc3fe..87946352ecc52aebb5bd831aa25efbaeabb80595 100644 --- a/lib/internal/Magento/Framework/Console/Cli.php +++ b/lib/internal/Magento/Framework/Console/Cli.php @@ -218,8 +218,10 @@ class Cli extends Console\Application } catch (\Magento\Framework\Exception\FileSystemException $e) { $output = new \Symfony\Component\Console\Output\ConsoleOutput(); $output->writeln( - '<error>Command line user does not have read and write permissions on var/generation directory. Please' - . ' address this issue before using Magento command line.</error>' + '<error>' + . 'Command line user does not have read and write permissions on var/generation directory. Please' + . ' address this issue before using Magento command line.' + . '</error>' ); exit(static::RETURN_FAILURE);