Passed
Pull Request — release-2.1 (#5077)
by Mathias
06:39 queued 01:17
created
Sources/Subs-Compat.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -776,15 +776,15 @@
 block discarded – undo
776 776
 if (!is_callable('random_int'))
777 777
 {
778 778
 	 /**
779
-	 * Fetch a random integer between $min and $max inclusive
780
-	 *
781
-	 * @param int $min
782
-	 * @param int $max
783
-	 *
784
-	 * @throws Exception
785
-	 *
786
-	 * @return int
787
-	 */
779
+	  * Fetch a random integer between $min and $max inclusive
780
+	  *
781
+	  * @param int $min
782
+	  * @param int $max
783
+	  *
784
+	  * @throws Exception
785
+	  *
786
+	  * @return int
787
+	  */
788 788
 	function random_int($min, $max)
789 789
 	{
790 790
 		/**
Please login to merge, or discard this patch.