Forráskód Böngészése

[Console] fixed typo

Fabien Potencier 14 éve
szülő
commit
9607e61d86
1 módosított fájl, 1 hozzáadás és 1 törlés
  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);
     }
 
     /**