comparison vendor/symfony/console/Helper/TableSeparator.php @ 17:129ea1e6d783

Update, including to Drupal core 8.6.10
author Chris Cannam
date Thu, 28 Feb 2019 13:21:36 +0000
parents 1fec387a4317
children
comparison
equal deleted inserted replaced
16:c2387f117808 17:129ea1e6d783
16 * 16 *
17 * @author Fabien Potencier <fabien@symfony.com> 17 * @author Fabien Potencier <fabien@symfony.com>
18 */ 18 */
19 class TableSeparator extends TableCell 19 class TableSeparator extends TableCell
20 { 20 {
21 public function __construct(array $options = array()) 21 public function __construct(array $options = [])
22 { 22 {
23 parent::__construct('', $options); 23 parent::__construct('', $options);
24 } 24 }
25 } 25 }