Passed
Push — master ( 56e5b4...7522ad )
by Jan
02:49
created
src/Profiler.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@  discard block
 block discarded – undo
56 56
 	/**
57 57
 	 * @param float|int $result
58 58
 	 *
59
-	 * @return mixed
59
+	 * @return string
60 60
 	 * @codeCoverageIgnore
61 61
 	 */
62 62
 	public static function getMetricResultFormatted($result) {
@@ -486,7 +486,7 @@  discard block
 block discarded – undo
486 486
 	/**
487 487
 	 * @param string $type
488 488
 	 *
489
-	 * @return bool|string
489
+	 * @return string
490 490
 	 */
491 491
 	public static function getLastItemName($type = '') {
492 492
 		static::init();
@@ -548,7 +548,7 @@  discard block
 block discarded – undo
548 548
 
549 549
 	/**
550 550
 	 * @param array     $units
551
-	 * @param int|float $number
551
+	 * @param integer $number
552 552
 	 * @param int       $precision
553 553
 	 * @param null      $forceUnit
554 554
 	 *
@@ -582,7 +582,7 @@  discard block
 block discarded – undo
582 582
 	/**
583 583
 	 * @param      $value
584 584
 	 * @param int  $precision
585
-	 * @param null $forceUnit
585
+	 * @param boolean $forceUnit
586 586
 	 *
587 587
 	 * @return string
588 588
 	 */
@@ -600,7 +600,7 @@  discard block
 block discarded – undo
600 600
 	/**
601 601
 	 * @param      $value
602 602
 	 * @param int  $precision
603
-	 * @param null $forceUnit
603
+	 * @param boolean $forceUnit
604 604
 	 *
605 605
 	 * @return string
606 606
 	 */
Please login to merge, or discard this patch.