Explorar o código

[Console] fixed typo

Fabien Potencier %!s(int64=14) %!d(string=hai) anos
pai
achega
9607e61d86
Modificáronse 1 ficheiros con 1 adicións e 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);
     }
 
     /**