Passed
Push — master ( 1829cf...0babfa )
by Murat
03:42
created
src/EasyFunction.php 1 patch
Braces   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -22,8 +22,9 @@
 block discarded – undo
22 22
 
23 23
 			$check = $model->where($field, $rnd)->first();
24 24
 
25
-			if (!$check)
26
-				$continue = false;
25
+			if (!$check) {
26
+							$continue = false;
27
+			}
27 28
 
28 29
 			return $rnd;
29 30
 		}
Please login to merge, or discard this patch.