@@ -1,12 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | 3 | |
4 | -use Symfony\Component\Console\Helper\HelperSet; |
|
5 | -use Symfony\Component\Console\Helper\QuestionHelper; |
|
6 | -use Symfony\Component\Console\Input\InputInterface; |
|
7 | -use Symfony\Component\Console\Output\OutputInterface; |
|
8 | -use Symfony\Component\Console\Question\ConfirmationQuestion; |
|
9 | - |
|
10 | 4 | load_dotenv(); |
11 | 5 | |
12 | 6 | $app = new Silly\Edition\Pimple\Application(); |
@@ -91,7 +91,7 @@ discard block |
||
91 | 91 | } |
92 | 92 | |
93 | 93 | /** |
94 | - * @param $results |
|
94 | + * @param \Psr\Http\Message\ResponseInterface $results |
|
95 | 95 | * @return array|mixed |
96 | 96 | * @codeCoverageIgnore |
97 | 97 | */ |
@@ -114,7 +114,6 @@ discard block |
||
114 | 114 | |
115 | 115 | |
116 | 116 | /** |
117 | - * @param string $query_string |
|
118 | 117 | */ |
119 | 118 | public function setQueryString($query = []) |
120 | 119 | { |