Test Failed
Push — master ( d91b6f...56cb92 )
by Łukasz
03:16
created
src/Filesystem/EnvironmentLoader.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,6 +53,6 @@
 block discarded – undo
53 53
         }
54 54
 
55 55
         $loader->required(self::MANDATORY_ENV_VARIABLES)
56
-               ->notEmpty();
56
+                ->notEmpty();
57 57
     }
58 58
 }
Please login to merge, or discard this patch.
src/Filesystem/SilentEnvironmentLoader.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,6 +26,6 @@
 block discarded – undo
26 26
         }
27 27
 
28 28
         $loader->required(EnvironmentLoader::MANDATORY_ENV_VARIABLES)
29
-               ->notEmpty();
29
+                ->notEmpty();
30 30
     }
31 31
 }
Please login to merge, or discard this patch.