summaryrefslogtreecommitdiff
path: root/vendor/symfony/console/Helper/TableSeparator.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/symfony/console/Helper/TableSeparator.php')
-rw-r--r--vendor/symfony/console/Helper/TableSeparator.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/vendor/symfony/console/Helper/TableSeparator.php b/vendor/symfony/console/Helper/TableSeparator.php
index 8cbbc661..c7b8dc9c 100644
--- a/vendor/symfony/console/Helper/TableSeparator.php
+++ b/vendor/symfony/console/Helper/TableSeparator.php
@@ -18,10 +18,6 @@ namespace Symfony\Component\Console\Helper;
*/
class TableSeparator extends TableCell
{
- /**
- * @param string $value
- * @param array $options
- */
public function __construct(array $options = array())
{
parent::__construct('', $options);