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
Push — master ( 796de0...1e3025 )
by Sergey
22s queued 10s
created
src/Decoders/DataParser.php 1 patch
Doc Comments   +8 added lines patch added patch discarded remove patch
@@ -158,6 +158,7 @@  discard block
 block discarded – undo
158 158
 
159 159
     /**
160 160
      * @inheritdoc
161
+     * @param string $path
161 162
      */
162 163
     public function parseString($data, $path)
163 164
     {
@@ -182,6 +183,7 @@  discard block
 block discarded – undo
182 183
 
183 184
     /**
184 185
      * @inheritdoc
186
+     * @param string $path
185 187
      */
186 188
     public function parseInt($data, $path)
187 189
     {
@@ -190,6 +192,7 @@  discard block
 block discarded – undo
190 192
 
191 193
     /**
192 194
      * @inheritdoc
195
+     * @param string $path
193 196
      */
194 197
     public function parseFloat($data, $path)
195 198
     {
@@ -215,6 +218,7 @@  discard block
 block discarded – undo
215 218
 
216 219
     /**
217 220
      * @inheritdoc
221
+     * @param string $path
218 222
      */
219 223
     public function parseCallback($data, $path, $callback)
220 224
     {
@@ -232,6 +236,7 @@  discard block
 block discarded – undo
232 236
 
233 237
     /**
234 238
      * @inheritdoc
239
+     * @param string $path
235 240
      */
236 241
     public function parseBool($data, $path)
237 242
     {
@@ -290,6 +295,7 @@  discard block
 block discarded – undo
290 295
 
291 296
     /**
292 297
      * @inheritdoc
298
+     * @param string $path
293 299
      */
294 300
     public function parseArray($data, $path, \Closure $itemsParser)
295 301
     {
@@ -345,6 +351,8 @@  discard block
 block discarded – undo
345 351
 
346 352
     /**
347 353
      * @inheritdoc
354
+     * @param string $path
355
+     * @param string $resType
348 356
      */
349 357
     public function parseResource($data, $path, $resType, $loader = null)
350 358
     {
Please login to merge, or discard this patch.