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 ce56ad1 commit 166e034Copy full SHA for 166e034
lib/internal/Magento/Framework/App/DocRoot.php
@@ -28,15 +28,20 @@ class DocRoot
28
* @param RequestInterface $request
29
* @param ReadFactory $readFactory
30
*/
31
- public function __construct(RequestInterface $request, ReadFactory $readFactory) {
+ public function __construct(RequestInterface $request, ReadFactory $readFactory)
32
+ {
33
$this->request = $request;
34
$this->readFactory = $readFactory;
35
}
36
37
+
38
/**
39
* Returns true if doc root is pub/ and not BP
40
*
- * @return string
41
+ * @param $dirToCheck
42
+ * @param $missingDir
43
+ *
44
+ * @return bool
45
46
public function hasThisSubDir($dirToCheck, $missingDir)
47
{
0 commit comments