comparison vendor/symfony/console/Event/ConsoleCommandEvent.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
23 */ 23 */
24 const RETURN_CODE_DISABLED = 113; 24 const RETURN_CODE_DISABLED = 113;
25 25
26 /** 26 /**
27 * Indicates if the command should be run or skipped. 27 * Indicates if the command should be run or skipped.
28 *
29 * @var bool
30 */ 28 */
31 private $commandShouldRun = true; 29 private $commandShouldRun = true;
32 30
33 /** 31 /**
34 * Disables the command, so it won't be run. 32 * Disables the command, so it won't be run.