Explorar el Código

[Console] fixed typo

Fabien Potencier hace 14 años
padre
commit
9607e61d86
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/Symfony/Component/Console/Output/StreamOutput.php

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

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