Completed
Push — develop ( 0b0fbe...b6d6fd )
by Greg
01:53
created
src/Shim.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -763,8 +763,8 @@
 block discarded – undo
763 763
 	 *    (Standard PHP)   -3 % 4 = -3
764 764
 	 *    (Shim)           Shim::mod(-3, 4) = 1
765 765
 	 *
766
-	 * @param number $dividend
767
-	 * @param number $divisor
766
+	 * @param integer $dividend
767
+	 * @param integer $divisor
768 768
 	 * @return number
769 769
 	 */
770 770
 	public static function mod($dividend, $divisor) {
Please login to merge, or discard this patch.