Completed
Pull Request — master (#10)
by Jonathan
02:48
created
src/Shim.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -761,8 +761,8 @@
 block discarded – undo
761 761
 	 *    (Standard PHP)   -3 % 4 = -3
762 762
 	 *    (Shim)           Shim::mod(-3, 4) = 1
763 763
 	 * 
764
-	 * @param number $dividend
765
-	 * @param number $divisor
764
+	 * @param integer $dividend
765
+	 * @param integer $divisor
766 766
 	 * @return number
767 767
 	 */
768 768
 	public static function mod($dividend, $divisor) {
Please login to merge, or discard this patch.