Passed
Push — master ( 550b45...c1fb0d )
by Enjoys
01:45
created
src/Environment.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
48 48
             );
49 49
         }
50 50
         $this->projectDir = $projectDir;
51
-        \putenv('ASSETS_PROJECT_DIRECTORY='.$this->projectDir);
51
+        \putenv('ASSETS_PROJECT_DIRECTORY=' . $this->projectDir);
52 52
 
53 53
         $this->compileDir = $this->setCompileDir($compileDir);
54 54
         $this->logger = new NullLogger();
Please login to merge, or discard this patch.