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 ( 4410ad...5f362f )
by Nicolas
03:07
created
symphony/lib/toolkit/class.profiler.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -178,7 +178,7 @@
 block discarded – undo
178 178
      * Returns the difference between when the Profiler was initialised
179 179
      * (aka `$_starttime`) and the last record the Profiler has.
180 180
      *
181
-     * @return integer
181
+     * @return double
182 182
      */
183 183
     public function retrieveTotalRunningTime()
184 184
     {
Please login to merge, or discard this patch.