소스 검색

[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);
     }
 
     /**