Completed
Branch master (eb7d2d)
by Alfred
12:29
created
bootstrap/app.php 1 patch
Unused Use Statements   -6 removed lines patch added patch discarded remove patch
@@ -1,12 +1,6 @@
 block discarded – undo
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();
Please login to merge, or discard this patch.
src/GithubClientProvider.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -91,7 +91,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
114 114
 
115 115
 
116 116
     /**
117
-     * @param string $query_string
118 117
      */
119 118
     public function setQueryString($query = [])
120 119
     {
Please login to merge, or discard this patch.