فهرست منبع

[Console] fixed typo

Fabien Potencier 14 سال پیش
والد
کامیت
9607e61d86
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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);
     }
 
     /**