diff options
Diffstat (limited to 'vendor/symfony/console/Formatter/OutputFormatterStyleInterface.php')
-rw-r--r-- | vendor/symfony/console/Formatter/OutputFormatterStyleInterface.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vendor/symfony/console/Formatter/OutputFormatterStyleInterface.php b/vendor/symfony/console/Formatter/OutputFormatterStyleInterface.php index c36fda80..4c7dc413 100644 --- a/vendor/symfony/console/Formatter/OutputFormatterStyleInterface.php +++ b/vendor/symfony/console/Formatter/OutputFormatterStyleInterface.php @@ -48,8 +48,6 @@ interface OutputFormatterStyleInterface /** * Sets multiple style options at once. - * - * @param array $options */ public function setOptions(array $options); |