Exemplo n.º 1
0
 /**
  * @param $composeLogsArguments
  */
 private function displayLogs($composeLogsArguments)
 {
     $this->processRunner->followsUpWith($this->composeExecutableFinder->find(), $composeLogsArguments);
 }
 /**
  * {@inheritdoc}
  */
 public function stop(Project $project)
 {
     $this->userInteraction->writeTitle('Stopping application containers');
     $this->processRunner->followsUpWith($this->composeExecutableFinder->find(), ['stop']);
 }