Skip to content

Commit 95ce85b

Browse files
committed
MAGETWO-51929: Web Setup Wizard does not work when Magento is installed in pub
- Static fixes
1 parent 166e034 commit 95ce85b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

lib/internal/Magento/Framework/App/DocRoot.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,11 @@ public function __construct(RequestInterface $request, ReadFactory $readFactory)
3434
$this->readFactory = $readFactory;
3535
}
3636

37-
3837
/**
3938
* Returns true if doc root is pub/ and not BP
4039
*
41-
* @param $dirToCheck
42-
* @param $missingDir
40+
* @param string $dirToCheck
41+
* @param string $missingDir
4342
*
4443
* @return bool
4544
*/

0 commit comments

Comments
 (0)