mirror of
https://github.com/hauke68/Magallanes.git
synced 2026-08-29 10:38:57 +02:00
Big refactoring. Use of Namespaces and codestyles. PSR-0, PSR-1, PSR-2.
This commit is contained in:
@@ -8,6 +8,13 @@
|
||||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
interface Mage_Command_RequiresEnvironment
|
||||
namespace Mage\Command;
|
||||
|
||||
/**
|
||||
* Indicates that a Command depends of an Environment.
|
||||
*
|
||||
* @author Andrés Montañez <andres@andresmontanez.com>
|
||||
*/
|
||||
interface RequiresEnvironment
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user