[Console] fixed typo

This commit is contained in:
Fabien Potencier 2011-01-24 19:05:36 +01:00
parent 14e4b9733d
commit 9607e61d86

View File

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