Passed
Push — release-2.1 ( 308748...b7b9b9 )
by Mathias
55s
created
Sources/Subs-Compat.php 1 patch
Indentation   +13 added lines, -13 removed lines patch added patch discarded remove patch
@@ -679,10 +679,10 @@  discard block
 block discarded – undo
679 679
 	if (!is_callable('random_bytes') && extension_loaded('com_dotnet') && class_exists('COM'))
680 680
 	{
681 681
 		/**
682
-		* Class COM
683
-		*
684
-		* This is just a stub class.
685
-		*/
682
+		 * Class COM
683
+		 *
684
+		 * This is just a stub class.
685
+		 */
686 686
 		class com_exception extends Exception
687 687
 		{
688 688
 
@@ -793,15 +793,15 @@  discard block
 block discarded – undo
793 793
 if (!is_callable('random_int'))
794 794
 {
795 795
 	 /**
796
-	 * Fetch a random integer between $min and $max inclusive
797
-	 *
798
-	 * @param int $min
799
-	 * @param int $max
800
-	 *
801
-	 * @throws Exception
802
-	 *
803
-	 * @return int
804
-	 */
796
+	  * Fetch a random integer between $min and $max inclusive
797
+	  *
798
+	  * @param int $min
799
+	  * @param int $max
800
+	  *
801
+	  * @throws Exception
802
+	  *
803
+	  * @return int
804
+	  */
805 805
 	function random_int($min, $max)
806 806
 	{
807 807
 		/**
Please login to merge, or discard this patch.