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 f6664a5 commit 0d31f71Copy full SHA for 0d31f71
lib/internal/Magento/Framework/Module/Dir/ResolverInterface.php
@@ -1,7 +1,5 @@
1
<?php
2
/**
3
- * List of active application modules.
4
- *
5
* Copyright © 2015 Magento. All rights reserved.
6
* See COPYING.txt for license details.
7
*/
@@ -22,8 +20,8 @@ interface ResolverInterface
22
20
public function getModulePaths();
23
21
24
25
26
* @param string $moduleName
+ * @return null|string
27
28
public function getModulePath($moduleName);
29
}
0 commit comments