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 ( d54e6a...093cdc )
by Ayesh
01:53
created
src/Timer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -91,7 +91,7 @@
 block discarded – undo
91 91
   /**
92 92
    * Formats the given time the processor into the given format.
93 93
    * @param $value
94
-   * @param $format
94
+   * @param string $format
95 95
    * @return float
96 96
    */
97 97
   private static function formatTime($value, $format) {
Please login to merge, or discard this patch.