mirror of
https://github.com/hauke68/Magallanes.git
synced 2026-09-05 17:08:56 +02:00
Code refactoring.
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
@@ -456,7 +456,6 @@ class DeployCommand extends AbstractCommand implements RequiresEnvironment
|
||||
$runTask = false;
|
||||
}
|
||||
|
||||
$result = false;
|
||||
if ($runTask == true) {
|
||||
try {
|
||||
$result = $task->run();
|
||||
|
||||
Reference in New Issue
Block a user