Completed
Push — master ( c703ec...e03636 )
by Juliette
02:03
created
class-debug-bar-cron.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -415,7 +415,7 @@  discard block
 block discarded – undo
415 415
 		 *
416 416
 		 * @param int $time Unix timestamp.
417 417
 		 *
418
-		 * @return int|float
418
+		 * @return double
419 419
 		 */
420 420
 		private function get_minutes( $time ) {
421 421
 			return round( ( (int) $time / 60 ), 2 );
@@ -427,7 +427,7 @@  discard block
 block discarded – undo
427 427
 		 *
428 428
 		 * @param int $time Unix timestamp.
429 429
 		 *
430
-		 * @return int|float
430
+		 * @return double
431 431
 		 */
432 432
 		private function get_hours( $time ) {
433 433
 			return round( ( (int) $time / 3600 ), 2 );
Please login to merge, or discard this patch.