Passed
Push — master ( a36b4c...786510 )
by IRFA
02:50
created
src/Core/SerialGenerator.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -18,8 +18,7 @@
 block discarded – undo
18 18
 
19 19
 			return $this->numeric();
20 20
 
21
-    	} 
22
-    	elseif(config('irfa.app_license_server.char_type') == "alphabet") {
21
+    	} elseif(config('irfa.app_license_server.char_type') == "alphabet") {
23 22
 
24 23
     		return $this->alphabet();
25 24
 
Please login to merge, or discard this patch.