Completed
Push — master ( 0f676e...635c1b )
by Oscar
12s
created
src/Env.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
     const STRIP_QUOTES = 8;
9 9
     const USE_ENV_ARRAY = 16;
10 10
 
11
-    public static $options = 15;   //All flags enabled
11
+    public static $options = 15; //All flags enabled
12 12
     public static $default = null; //Default value if not exists
13 13
 
14 14
     /**
Please login to merge, or discard this patch.