mirror of
				https://github.com/hauke68/Magallanes.git
				synced 2025-10-30 15:00:17 +01:00 
			
		
		
		
	[Nostromo] Improve code
This commit is contained in:
		
							parent
							
								
									6d708c35fa
								
							
						
					
					
						commit
						063b75c0ef
					
				| @ -10,6 +10,7 @@ | ||||
| 
 | ||||
| namespace Mage\Command; | ||||
| 
 | ||||
| use Mage\Utils; | ||||
| use Mage\Runtime\Runtime; | ||||
| use Psr\Log\LogLevel; | ||||
| use Symfony\Component\Console\Command\Command; | ||||
| @ -21,6 +22,11 @@ use Symfony\Component\Console\Command\Command; | ||||
|  */ | ||||
| abstract class AbstractCommand extends Command | ||||
| { | ||||
|     /** | ||||
|      * @var int | ||||
|      */ | ||||
|     protected $statusCode = 0; | ||||
| 
 | ||||
|     /** | ||||
|      * @var Runtime Current Runtime instance | ||||
|      */ | ||||
| @ -49,4 +55,14 @@ abstract class AbstractCommand extends Command | ||||
|     { | ||||
|         $this->runtime->log($message, $level); | ||||
|     } | ||||
| 
 | ||||
|     /** | ||||
|      * Get the Human friendly Stage name | ||||
|      * | ||||
|      * @return string | ||||
|      */ | ||||
|     protected function getStageName() | ||||
|     { | ||||
|         return Utils::getStageName($this->runtime->getStage()); | ||||
|     } | ||||
| } | ||||
|  | ||||
| @ -17,7 +17,6 @@ use Mage\Task\AbstractTask; | ||||
| use Mage\Task\Exception\ErrorException; | ||||
| use Mage\Task\Exception\SkipException; | ||||
| use Mage\Task\TaskFactory; | ||||
| use Mage\Utils; | ||||
| use Symfony\Component\Console\Input\InputInterface; | ||||
| use Symfony\Component\Console\Input\InputArgument; | ||||
| use Symfony\Component\Console\Input\InputOption; | ||||
| @ -31,11 +30,6 @@ use Mage\Command\AbstractCommand; | ||||
|  */ | ||||
| class DeployCommand extends AbstractCommand | ||||
| { | ||||
|     /** | ||||
|      * @var int | ||||
|      */ | ||||
|     protected $statusCode = 0; | ||||
| 
 | ||||
|     /** | ||||
|      * @var TaskFactory | ||||
|      */ | ||||
| @ -313,14 +307,4 @@ class DeployCommand extends AbstractCommand | ||||
| 
 | ||||
|         return ($succeededTasks == $totalTasks); | ||||
|     } | ||||
| 
 | ||||
|     /** | ||||
|      * Get the Human friendly Stage name | ||||
|      * | ||||
|      * @return string | ||||
|      */ | ||||
|     protected function getStageName() | ||||
|     { | ||||
|         return Utils::getStageName($this->runtime->getStage()); | ||||
|     } | ||||
| } | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user