Mercurial > hg > isophonics-drupal-site
comparison vendor/symfony/console/Output/ConsoleOutputInterface.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 |
comparison
equal
deleted
inserted
replaced
13:5fb285c0d0e3 | 14:1fec387a4317 |
---|---|
24 * | 24 * |
25 * @return OutputInterface | 25 * @return OutputInterface |
26 */ | 26 */ |
27 public function getErrorOutput(); | 27 public function getErrorOutput(); |
28 | 28 |
29 /** | |
30 * Sets the OutputInterface used for errors. | |
31 * | |
32 * @param OutputInterface $error | |
33 */ | |
34 public function setErrorOutput(OutputInterface $error); | 29 public function setErrorOutput(OutputInterface $error); |
35 } | 30 } |