Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / symfony / console / Helper / TableSeparator.php
index 8cc73e69a25f4e14e3e8bdebab0295301189339f..c7b8dc9c22339bedf839087cab8d6b1a5fd9d1dc 100644 (file)
@@ -18,9 +18,6 @@ namespace Symfony\Component\Console\Helper;
  */
 class TableSeparator extends TableCell
 {
-    /**
-     * @param array $options
-     */
     public function __construct(array $options = array())
     {
         parent::__construct('', $options);