Przeglądaj źródła

[Console] fixed typo

Fabien Potencier 14 lat temu
rodzic
commit
9607e61d86

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

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