Ejemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 protected function execute(InputInterface $input, OutputInterface $output)
 {
     $this->projectManager->stop($this->project);
 }
 /**
  * {@inheritdoc}
  */
 public function stop(Project $project)
 {
     return $this->projectManager->stop($project);
 }