Skip to content

Commit 6aac527

Browse files
author
Dale Sikkema
committed
MAGETWO-44470: clear generated files in CLI framework
- fixed CR comments
1 parent 369a00b commit 6aac527

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup/src/Magento/Setup/Console/CompilerPreparation.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ public function __construct(
3535
\Zend\ServiceManager\ServiceManager $serviceManager,
3636
\Symfony\Component\Console\Input\ArgvInput $input,
3737
\Magento\Framework\Filesystem\Driver\File $filesystemDriver
38-
)
39-
{
38+
) {
4039
$this->serviceManager = $serviceManager;
4140
$this->input = $input;
4241
$this->filesystemDriver = $filesystemDriver;
@@ -46,6 +45,7 @@ public function __construct(
4645
* Determine whether a CLI command is for compilation, and if so, clear the directory
4746
*
4847
* @throws \Magento\Framework\Exception\FileSystemException
48+
* @return void
4949
*/
5050
public function handleCompilerEnvironment()
5151
{

0 commit comments

Comments
 (0)