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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user