Ver código fonte

[Console] fixed typo

Fabien Potencier 14 anos atrás
pai
commit
9607e61d86

+ 1 - 1
src/Symfony/Component/Console/Output/StreamOutput.php

@@ -79,7 +79,7 @@ class StreamOutput extends Output
             // @codeCoverageIgnoreEnd
         }
 
-        flush();
+        fflush($this->stream);
     }
 
     /**