Completed
Push — master ( 7bd887...148650 )
by Bill
11s
created
src/Finders/EnvFileFinder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
      */
19 19
     public function find($file)
20 20
     {
21
-        if (! file_exists($file)) {
21
+        if (!file_exists($file)) {
22 22
             return [];
23 23
         }
24 24
 
Please login to merge, or discard this patch.
src/Finders/PhpFileFinder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
      */
19 19
     public function find($file)
20 20
     {
21
-        if (! file_exists($file)) {
21
+        if (!file_exists($file)) {
22 22
             return [];
23 23
         }
24 24
 
Please login to merge, or discard this patch.