Code refactoring.

This commit is contained in:
Andrés Montañez
2014-06-12 16:45:40 -03:00
parent 12f42dc110
commit d17dd0eb27
9 changed files with 11 additions and 13 deletions
+2 -2
View File
@@ -22,13 +22,13 @@ abstract class AbstractCommand
/**
* Instance of the loaded Configuration.
*
* @var Mage\Config
* @var \Mage\Config
*/
protected $config = null;
/**
* Runs the Command
* @throws Exception
* @throws \Exception
*/
public abstract function run();
-1
View File
@@ -456,7 +456,6 @@ class DeployCommand extends AbstractCommand implements RequiresEnvironment
$runTask = false;
}
$result = false;
if ($runTask == true) {
try {
$result = $task->run();