Skip to content

Commit 5d525a4

Browse files
tkdbFlyingmana
authored andcommitted
Minor: Fixed docblocks
1 parent d630917 commit 5d525a4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/MagentoHackathon/Composer/Magento/ModmanParser.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ class ModmanParser extends PathTranslationParser
2424
* Constructor
2525
*
2626
* @param string $moduleDir
27+
* @param array $translations
2728
*/
2829
public function __construct($moduleDir = null, $translations = array())
2930
{
@@ -59,7 +60,7 @@ public function getModuleDir()
5960
}
6061

6162
/**
62-
* @param string|SplFileObject $file
63+
* @param string|\SplFileObject $file
6364
* @return ModmanParser
6465
*/
6566
public function setFile($file)
@@ -80,7 +81,7 @@ public function getFile()
8081
}
8182

8283
/**
83-
* @return string
84+
* @return null|\SplFileObject
8485
*/
8586
public function getModmanFile()
8687
{

0 commit comments

Comments
 (0)