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 (#31)
by
unknown
02:23
created
src/JsonSerializer/JsonSerializer.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -87,7 +87,7 @@  discard block
 block discarded – undo
87 87
     }
88 88
 
89 89
     /**
90
-     * @param $className
90
+     * @param string $className
91 91
      * @return bool
92 92
      */
93 93
     public function hasEntitySerializer($className)
@@ -481,7 +481,7 @@  discard block
 block discarded – undo
481 481
     }
482 482
 
483 483
     /**
484
-     * @param $value
484
+     * @param \Closure $value
485 485
      * @return array
486 486
      */
487 487
     protected function serializeClosure($value)
Please login to merge, or discard this patch.