mirror of
				https://github.com/hauke68/Magallanes.git
				synced 2025-11-04 00:50:18 +01:00 
			
		
		
		
	SensioLabs Inslights. Remove unused namespaces.
This commit is contained in:
		
							parent
							
								
									0f17468553
								
							
						
					
					
						commit
						72a1a19518
					
				@ -14,8 +14,6 @@ use Mage\Command\AbstractCommand;
 | 
			
		||||
use Mage\Console;
 | 
			
		||||
use Mage\Compiler;
 | 
			
		||||
 | 
			
		||||
use Exception;
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Command for Compile Magallanes into a PHAR executable
 | 
			
		||||
 *
 | 
			
		||||
 | 
			
		||||
@ -13,8 +13,6 @@ namespace Mage\Command\BuiltIn;
 | 
			
		||||
use Mage\Command\AbstractCommand;
 | 
			
		||||
use Mage\Console;
 | 
			
		||||
 | 
			
		||||
use Exception;
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Initializes a Magallanes Configuration into a Proyect
 | 
			
		||||
 *
 | 
			
		||||
 | 
			
		||||
@ -13,8 +13,6 @@ namespace Mage\Command\BuiltIn;
 | 
			
		||||
use Mage\Command\AbstractCommand;
 | 
			
		||||
use Mage\Console;
 | 
			
		||||
 | 
			
		||||
use Exception;
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Installs Magallanes in the Local System
 | 
			
		||||
 *
 | 
			
		||||
 | 
			
		||||
@ -14,8 +14,6 @@ use Mage\Command\AbstractCommand;
 | 
			
		||||
use Mage\Command\RequiresEnvironment;
 | 
			
		||||
use Mage\Console;
 | 
			
		||||
 | 
			
		||||
use Exception;
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Command for Locking the Deployment to an Environment
 | 
			
		||||
 *
 | 
			
		||||
 | 
			
		||||
@ -15,8 +15,6 @@ use Mage\Command\RequiresEnvironment;
 | 
			
		||||
use Mage\Task\Factory;
 | 
			
		||||
use Mage\Console;
 | 
			
		||||
 | 
			
		||||
use Exception;
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Command for Managing the Releases
 | 
			
		||||
 *
 | 
			
		||||
 | 
			
		||||
@ -14,8 +14,6 @@ use Mage\Command\AbstractCommand;
 | 
			
		||||
use Mage\Command\RequiresEnvironment;
 | 
			
		||||
use Mage\Console;
 | 
			
		||||
 | 
			
		||||
use Exception;
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Command for Unlocking an Environment
 | 
			
		||||
 *
 | 
			
		||||
 | 
			
		||||
@ -14,8 +14,6 @@ use Mage\Command\AbstractCommand;
 | 
			
		||||
use Mage\Task\Factory;
 | 
			
		||||
use Mage\Console;
 | 
			
		||||
 | 
			
		||||
use Exception;
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Updates the SCM Base Code
 | 
			
		||||
 *
 | 
			
		||||
 | 
			
		||||
@ -13,8 +13,6 @@ namespace Mage\Command\BuiltIn;
 | 
			
		||||
use Mage\Command\AbstractCommand;
 | 
			
		||||
use Mage\Console;
 | 
			
		||||
 | 
			
		||||
use Exception;
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Upgrades the Magallanes Version on the Local System
 | 
			
		||||
 *
 | 
			
		||||
 | 
			
		||||
@ -13,8 +13,6 @@ namespace Mage\Command\BuiltIn;
 | 
			
		||||
use Mage\Command\AbstractCommand;
 | 
			
		||||
use Mage\Console;
 | 
			
		||||
 | 
			
		||||
use Exception;
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Command for displaying the Version of Magallanes
 | 
			
		||||
 *
 | 
			
		||||
 | 
			
		||||
@ -14,8 +14,6 @@ use Mage\Task\AbstractTask;
 | 
			
		||||
use Mage\Task\Releases\IsReleaseAware;
 | 
			
		||||
use Mage\Task\Releases\SkipOnOverride;
 | 
			
		||||
 | 
			
		||||
use Exception;
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Task for Releasing a Deploy
 | 
			
		||||
 *
 | 
			
		||||
 | 
			
		||||
@ -14,8 +14,6 @@ use Mage\Task\AbstractTask;
 | 
			
		||||
use Mage\Task\Releases\IsReleaseAware;
 | 
			
		||||
use Mage\Task\SkipException;
 | 
			
		||||
 | 
			
		||||
use Exception;
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Deployment Strategy is Disabled
 | 
			
		||||
 *
 | 
			
		||||
 | 
			
		||||
@ -13,8 +13,6 @@ namespace Mage\Task\BuiltIn\Deployment\Strategy;
 | 
			
		||||
use Mage\Task\AbstractTask;
 | 
			
		||||
use Mage\Task\Releases\IsReleaseAware;
 | 
			
		||||
 | 
			
		||||
use Exception;
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Task for using Git Working Copy as the Deployed Code
 | 
			
		||||
 *
 | 
			
		||||
 | 
			
		||||
@ -13,8 +13,6 @@ namespace Mage\Task\BuiltIn\Deployment\Strategy;
 | 
			
		||||
use Mage\Task\AbstractTask;
 | 
			
		||||
use Mage\Task\Releases\IsReleaseAware;
 | 
			
		||||
 | 
			
		||||
use Exception;
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Task for Sync the Local Code to the Remote Hosts via RSYNC
 | 
			
		||||
 *
 | 
			
		||||
 | 
			
		||||
@ -13,8 +13,6 @@ namespace Mage\Task\BuiltIn\Deployment\Strategy;
 | 
			
		||||
use Mage\Task\AbstractTask;
 | 
			
		||||
use Mage\Task\Releases\IsReleaseAware;
 | 
			
		||||
 | 
			
		||||
use Exception;
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Task for Sync the Local Code to the Remote Hosts via Tar GZ
 | 
			
		||||
 *
 | 
			
		||||
 | 
			
		||||
@ -12,8 +12,6 @@ namespace Mage\Task\BuiltIn\Magento;
 | 
			
		||||
 | 
			
		||||
use Mage\Task\AbstractTask;
 | 
			
		||||
 | 
			
		||||
use Exception;
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Task for Clearing Cache
 | 
			
		||||
 *
 | 
			
		||||
 | 
			
		||||
@ -12,8 +12,6 @@ namespace Mage\Task\BuiltIn\Magento;
 | 
			
		||||
 | 
			
		||||
use Mage\Task\AbstractTask;
 | 
			
		||||
 | 
			
		||||
use Exception;
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Task for Clearing Full Page Cache
 | 
			
		||||
 *
 | 
			
		||||
 | 
			
		||||
@ -16,8 +16,6 @@ use Mage\Task\Releases\IsReleaseAware;
 | 
			
		||||
 | 
			
		||||
use DateTime;
 | 
			
		||||
 | 
			
		||||
use Exception;
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Task for Listing Available Releases on an Environment
 | 
			
		||||
 *
 | 
			
		||||
 | 
			
		||||
@ -16,8 +16,6 @@ use Mage\Task\AbstractTask;
 | 
			
		||||
use Mage\Task\Releases\IsReleaseAware;
 | 
			
		||||
use Mage\Task\Releases\RollbackAware;
 | 
			
		||||
 | 
			
		||||
use Exception;
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Task for Performing a Rollback Operation
 | 
			
		||||
 *
 | 
			
		||||
 | 
			
		||||
@ -14,8 +14,6 @@ use Mage\Task\AbstractTask;
 | 
			
		||||
use Mage\Task\SkipException;
 | 
			
		||||
use Mage\Task\ErrorWithMessageException;
 | 
			
		||||
 | 
			
		||||
use Exception;
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Task for Changing the Branch of the SCM
 | 
			
		||||
 *
 | 
			
		||||
 | 
			
		||||
@ -13,8 +13,6 @@ namespace Mage\Task\BuiltIn\Scm;
 | 
			
		||||
use Mage\Task\AbstractTask;
 | 
			
		||||
use Mage\Task\SkipException;
 | 
			
		||||
 | 
			
		||||
use Exception;
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Task for Clonning a Repository
 | 
			
		||||
 *
 | 
			
		||||
 | 
			
		||||
@ -11,9 +11,6 @@
 | 
			
		||||
namespace Mage\Task\BuiltIn\Scm;
 | 
			
		||||
 | 
			
		||||
use Mage\Task\AbstractTask;
 | 
			
		||||
use Mage\Task\SkipException;
 | 
			
		||||
 | 
			
		||||
use Exception;
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Task for Removing an used Cloned Repository
 | 
			
		||||
 | 
			
		||||
@ -13,8 +13,6 @@ namespace Mage\Task\BuiltIn\Scm;
 | 
			
		||||
use Mage\Task\AbstractTask;
 | 
			
		||||
use Mage\Task\SkipException;
 | 
			
		||||
 | 
			
		||||
use Exception;
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Task for Updating a Working Copy
 | 
			
		||||
 *
 | 
			
		||||
 | 
			
		||||
@ -12,8 +12,6 @@ namespace Mage\Task\BuiltIn\Symfony2;
 | 
			
		||||
 | 
			
		||||
use Mage\Task\AbstractTask;
 | 
			
		||||
 | 
			
		||||
use Exception;
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Task for Dumping Assetics
 | 
			
		||||
 *
 | 
			
		||||
 | 
			
		||||
@ -12,8 +12,6 @@ namespace Mage\Task\BuiltIn\Symfony2;
 | 
			
		||||
 | 
			
		||||
use Mage\Task\AbstractTask;
 | 
			
		||||
 | 
			
		||||
use Exception;
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Task for Installing Assets
 | 
			
		||||
 *
 | 
			
		||||
 | 
			
		||||
@ -12,8 +12,6 @@ namespace Mage\Task\BuiltIn\Symfony2;
 | 
			
		||||
 | 
			
		||||
use Mage\Task\AbstractTask;
 | 
			
		||||
 | 
			
		||||
use Exception;
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Task for Clearing the Cache
 | 
			
		||||
 *
 | 
			
		||||
 | 
			
		||||
@ -12,8 +12,6 @@ namespace Mage\Task\BuiltIn\Symfony2;
 | 
			
		||||
 | 
			
		||||
use Mage\Task\AbstractTask;
 | 
			
		||||
 | 
			
		||||
use Exception;
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Task for Warming Up the Cache
 | 
			
		||||
 *
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user