Mercurial > hg > isophonics-drupal-site
comparison vendor/symfony/console/Formatter/OutputFormatterStyle.php @ 14:1fec387a4317
Update Drupal core to 8.5.2 via Composer
author | Chris Cannam |
---|---|
date | Mon, 23 Apr 2018 09:46:53 +0100 |
parents | 4c8ae668cc8c |
children | 129ea1e6d783 |
comparison
equal
deleted
inserted
replaced
13:5fb285c0d0e3 | 14:1fec387a4317 |
---|---|
170 unset($this->options[$pos]); | 170 unset($this->options[$pos]); |
171 } | 171 } |
172 } | 172 } |
173 | 173 |
174 /** | 174 /** |
175 * Sets multiple style options at once. | 175 * {@inheritdoc} |
176 * | |
177 * @param array $options | |
178 */ | 176 */ |
179 public function setOptions(array $options) | 177 public function setOptions(array $options) |
180 { | 178 { |
181 $this->options = array(); | 179 $this->options = array(); |
182 | 180 |