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 ( 252342...ac8f17 )
by Rich
26:29 queued 24:23
created
src/ASN1.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -133,7 +133,7 @@
 block discarded – undo
133 133
     /**
134 134
      * Ensures the decoded PEM key lengths are acceptable.
135 135
      *
136
-     * @param  array     $values The key values to check.
136
+     * @param  string[]     $values The key values to check.
137 137
      * @throws \Exception
138 138
      */
139 139
     private function pemKeyLenCheck($values)
Please login to merge, or discard this patch.
src/BC.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -320,7 +320,7 @@
 block discarded – undo
320 320
      *
321 321
      * @param  string $num  Number parameter.
322 322
      * @param  string $mod  Modulo parameter.
323
-     * @return array        Array of num % mod, num / mod.
323
+     * @return string[]        Array of num % mod, num / mod.
324 324
      */
325 325
     public function modDiv($num, $mod)
326 326
     {
Please login to merge, or discard this patch.