Test Failed
Push — develop ( bd8dda...9b21c2 )
by Craig
05:06
created
src/Helpers.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -17,8 +17,8 @@  discard block
 block discarded – undo
17 17
 	 */
18 18
 	public static function isAssocArray(array $array) :bool
19 19
 	{
20
-        if (array() === $array) return false;
21
-        return array_keys($array) !== range(0, count($array) - 1);
20
+		if (array() === $array) return false;
21
+		return array_keys($array) !== range(0, count($array) - 1);
22 22
 	}
23 23
 
24 24
 	/**
@@ -179,7 +179,7 @@  discard block
 block discarded – undo
179 179
 	}
180 180
 
181 181
 
182
-    /**
182
+	/**
183 183
 	 * Gets the module based on the classname
184 184
 	 * @param string $class
185 185
 	 * @return string
Please login to merge, or discard this patch.