comparison vendor/symfony/console/Command/HelpCommand.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
54 EOF 54 EOF
55 ) 55 )
56 ; 56 ;
57 } 57 }
58 58
59 /**
60 * Sets the command.
61 *
62 * @param Command $command The command to set
63 */
64 public function setCommand(Command $command) 59 public function setCommand(Command $command)
65 { 60 {
66 $this->command = $command; 61 $this->command = $command;
67 } 62 }
68 63