Passed
Push — develop ( 369a61...0eb5cb )
by nguereza
13:53
created
src/Helper/functions.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@
 block discarded – undo
77 77
         string $key,
78 78
         mixed $default = null,
79 79
         ?string $filter = null,
80
-        int|array $options = 0
80
+        int | array $options = 0
81 81
     ): mixed {
82 82
         return Env::get($key, $default, $filter, $options);
83 83
     }
Please login to merge, or discard this patch.