Skip to content

Commit 0d31f71

Browse files
committed
Correct some doc block errors
1 parent f6664a5 commit 0d31f71

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib/internal/Magento/Framework/Module/Dir/ResolverInterface.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<?php
22
/**
3-
* List of active application modules.
4-
*
53
* Copyright © 2015 Magento. All rights reserved.
64
* See COPYING.txt for license details.
75
*/
@@ -22,8 +20,8 @@ interface ResolverInterface
2220
public function getModulePaths();
2321

2422
/**
25-
*
2623
* @param string $moduleName
24+
* @return null|string
2725
*/
2826
public function getModulePath($moduleName);
2927
}

0 commit comments

Comments
 (0)