@@ -200,7 +200,7 @@ |
||
| 200 | 200 | /** |
| 201 | 201 | * Constructs and returns the Monitor request to be to Jenkins |
| 202 | 202 | * |
| 203 | - * @return Psr\Http\Message\RequestInterface |
|
| 203 | + * @return Request |
|
| 204 | 204 | */ |
| 205 | 205 | public function getRequest() |
| 206 | 206 | { |
@@ -4,9 +4,9 @@ |
||
| 4 | 4 | |
| 5 | 5 | use GuzzleHttp\ClientInterface; |
| 6 | 6 | use Symfony\Component\Console\Command\Command; |
| 7 | -use Symfony\Component\Console\Input\InputOption; |
|
| 8 | 7 | use Symfony\Component\Console\Input\InputArgument; |
| 9 | 8 | use Symfony\Component\Console\Input\InputInterface; |
| 9 | +use Symfony\Component\Console\Input\InputOption; |
|
| 10 | 10 | use Symfony\Component\Console\Output\OutputInterface; |
| 11 | 11 | |
| 12 | 12 | /** |
@@ -86,7 +86,7 @@ |
||
| 86 | 86 | } |
| 87 | 87 | |
| 88 | 88 | /** |
| 89 | - * @param GuzzleHttp\ClientInterface $client |
|
| 89 | + * @param ClientInterface $client |
|
| 90 | 90 | */ |
| 91 | 91 | public function setClient(ClientInterface $client) |
| 92 | 92 | { |
@@ -72,7 +72,7 @@ discard block |
||
| 72 | 72 | * |
| 73 | 73 | * @param InputInterface $input |
| 74 | 74 | * @throws \RuntimeException |
| 75 | - * @return mixed|string |
|
| 75 | + * @return string |
|
| 76 | 76 | */ |
| 77 | 77 | private function getMonitorArgument(InputInterface $input) |
| 78 | 78 | { |
@@ -92,7 +92,7 @@ discard block |
||
| 92 | 92 | } |
| 93 | 93 | |
| 94 | 94 | /** |
| 95 | - * @param GuzzleHttp\ClientInterface $client |
|
| 95 | + * @param ClientInterface $client |
|
| 96 | 96 | */ |
| 97 | 97 | public function setClient(ClientInterface $client) |
| 98 | 98 | { |
@@ -4,9 +4,9 @@ |
||
| 4 | 4 | |
| 5 | 5 | use GuzzleHttp\ClientInterface; |
| 6 | 6 | use Symfony\Component\Console\Command\Command; |
| 7 | -use Symfony\Component\Console\Input\InputOption; |
|
| 8 | 7 | use Symfony\Component\Console\Input\InputArgument; |
| 9 | 8 | use Symfony\Component\Console\Input\InputInterface; |
| 9 | +use Symfony\Component\Console\Input\InputOption; |
|
| 10 | 10 | use Symfony\Component\Console\Output\OutputInterface; |
| 11 | 11 | |
| 12 | 12 | /** |