Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / symfony / console / Event / ConsoleCommandEvent.php
index 92adf1ef96ceb4d1fcd6ae1fdcf6152716b56747..2f517c1db373ff4ee78276b74555f3562cd4b092 100644 (file)
@@ -25,8 +25,6 @@ class ConsoleCommandEvent extends ConsoleEvent
 
     /**
      * Indicates if the command should be run or skipped.
-     *
-     * @var bool
      */
     private $commandShouldRun = true;