Passed
Push — master ( 297195...ef3be4 )
by IRFA
01:47
created
src/Roulete/Roulete.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
 class Roulete {
10 10
 
11 11
 	protected static function get($items) {
12
-		if(is_array($items))
12
+		if (is_array($items))
13 13
 		{
14 14
 			$max = 0;
15 15
 			foreach ($items as $key => $value) {
Please login to merge, or discard this patch.