Completed
Push — master ( a2f2a5...c42528 )
by Oscar
02:14
created
src/Env.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
     const USE_ENV_ARRAY = 16;
10 10
     const LOCAL_FIRST = 32;
11 11
 
12
-    public static $options = 15;   //All flags enabled
12
+    public static $options = 15; //All flags enabled
13 13
     public static $default = null; //Default value if not exists
14 14
 
15 15
     /**
Please login to merge, or discard this patch.