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 (#50)
by Juliette
02:10
created
class-debug-bar-cron.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -555,7 +555,7 @@  discard block
 block discarded – undo
555 555
 		 *
556 556
 		 * @param int $time Unix timestamp.
557 557
 		 *
558
-		 * @return int|float
558
+		 * @return double
559 559
 		 */
560 560
 		private function get_minutes( $time ) {
561 561
 			return round( ( (int) $time / 60 ), 2 );
@@ -567,7 +567,7 @@  discard block
 block discarded – undo
567 567
 		 *
568 568
 		 * @param int $time Unix timestamp.
569 569
 		 *
570
-		 * @return int|float
570
+		 * @return double
571 571
 		 */
572 572
 		private function get_hours( $time ) {
573 573
 			return round( ( (int) $time / 3600 ), 2 );
Please login to merge, or discard this patch.