GitHub Access Token became invalid

It seems like the GitHub access token used for retrieving details about this repository from GitHub became invalid. This might prevent certain types of inspections from being run (in particular, everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.
Completed
Pull Request — master (#6)
by Cees-Jan
01:48
created
src/RequestFactory.php 1 patch
Doc Comments   +10 added lines, -2 removed lines patch added patch discarded remove patch
@@ -76,6 +76,9 @@  discard block
 block discarded – undo
76 76
         });
77 77
     }
78 78
 
79
+    /**
80
+     * @param LoopInterface $loop
81
+     */
79 82
     protected function sink($loop, $response, $target)
80 83
     {
81 84
         $deferred = new Deferred();
@@ -152,6 +155,11 @@  discard block
 block discarded – undo
152 155
         return Sender::createFromLoopConnectors($loop, $connector);
153 156
     }
154 157
 
158
+    /**
159
+     * @param LoopInterface $loop
160
+     * @param Resolver $resolver
161
+     * @param integer $version
162
+     */
155 163
     protected function createSocksProxy(
156 164
         $url,
157 165
         $loop,
@@ -173,7 +181,7 @@  discard block
 block discarded – undo
173 181
 
174 182
     /**
175 183
      * @param array $options
176
-     * @return array
184
+     * @return LoopInterface
177 185
      */
178 186
     protected function convertOptions(array $options)
179 187
     {
@@ -216,7 +224,7 @@  discard block
 block discarded – undo
216 224
     }
217 225
 
218 226
     /**
219
-     * @param object $object
227
+     * @param HttpClient $object
220 228
      * @param string $desiredProperty
221 229
      * @return mixed
222 230
      */
Please login to merge, or discard this patch.