]> git.agnieray.net Git - galette.git/blobdiff - galette/lib/Galette/IO/ExternalScript.php
Scrutinizer Auto-Fixes (#59)
[galette.git] / galette / lib / Galette / IO / ExternalScript.php
index d17da573a62778875cd9c69d2d095752a085a2c5..418dcfb91dd4e2c08ccff2d2a6f32014c2f7b18e 100644 (file)
@@ -238,7 +238,7 @@ class ExternalScript
                 //get stderr, if any
                 $errors = stream_get_contents($pipes[2]);
                 if (trim($errors) !== '') {
-                    $this->output .="\n\nStdErr:\n" . $errors;
+                    $this->output .= "\n\nStdErr:\n" . $errors;
                 }
 
                 //closes pipes and process