minor phpdoc fix, test string fixed for unknown task class

This commit is contained in:
Claudio Zizza
2015-01-05 14:14:55 +01:00
parent 022b4282cd
commit 008383333a
2 changed files with 11 additions and 2 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ class Factory
* @param boolean $inRollback
* @param string $stage
* @return \Mage\Task\AbstractTask
* @throws \Exception|\Mage\Task\ErrorWithMessageException
* @throws \Exception
*/
public static function get($taskData, Config $taskConfig, $inRollback = false, $stage = null)
{