[Console] fix code style

Prevent fabbot from complaining when the `SymfonyStyle` class or the
`StyleInterface` are modified.
This commit is contained in:
Christian Flothmann 2015-05-12 22:06:34 +02:00
parent 2815ae8f93
commit 314901e798
2 changed files with 10 additions and 10 deletions

View File

@ -12,7 +12,7 @@
namespace Symfony\Component\Console\Style;
/**
* Output style helpers
* Output style helpers.
*
* @author Kevin Bond <kevinbond@gmail.com>
*/
@ -132,7 +132,7 @@ interface StyleInterface
public function choice($question, array $choices, $default = null);
/**
* Add newline(s)
* Add newline(s).
*
* @param int $count The number of newlines
*/