comparison vendor/symfony/console/Input/InputAwareInterface.php @ 17:129ea1e6d783

Update, including to Drupal core 8.6.10
author Chris Cannam
date Thu, 28 Feb 2019 13:21:36 +0000
parents 4c8ae668cc8c
children
comparison
equal deleted inserted replaced
16:c2387f117808 17:129ea1e6d783
19 */ 19 */
20 interface InputAwareInterface 20 interface InputAwareInterface
21 { 21 {
22 /** 22 /**
23 * Sets the Console Input. 23 * Sets the Console Input.
24 *
25 * @param InputInterface
26 */ 24 */
27 public function setInput(InputInterface $input); 25 public function setInput(InputInterface $input);
28 } 26 }