We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 369a00b commit 6aac527Copy full SHA for 6aac527
setup/src/Magento/Setup/Console/CompilerPreparation.php
@@ -35,8 +35,7 @@ public function __construct(
35
\Zend\ServiceManager\ServiceManager $serviceManager,
36
\Symfony\Component\Console\Input\ArgvInput $input,
37
\Magento\Framework\Filesystem\Driver\File $filesystemDriver
38
- )
39
- {
+ ) {
40
$this->serviceManager = $serviceManager;
41
$this->input = $input;
42
$this->filesystemDriver = $filesystemDriver;
@@ -46,6 +45,7 @@ public function __construct(
46
45
* Determine whether a CLI command is for compilation, and if so, clear the directory
47
*
48
* @throws \Magento\Framework\Exception\FileSystemException
+ * @return void
49
*/
50
public function handleCompilerEnvironment()
51
{
0 commit comments