Security update for Core, with self-updated composer
[yaffs-website] / vendor / symfony / console / ConsoleEvents.php
index 1ed41b7daa9c0c9c4be1b8a41cf93ca0ebbc6e52..b3571e9afb3bc228326163581a2e70d0daacfee8 100644 (file)
@@ -23,10 +23,7 @@ final class ConsoleEvents
      * executed by the console. It also allows you to modify the command, input and output
      * before they are handled to the command.
      *
-     * The event listener method receives a Symfony\Component\Console\Event\ConsoleCommandEvent
-     * instance.
-     *
-     * @Event
+     * @Event("Symfony\Component\Console\Event\ConsoleCommandEvent")
      *
      * @var string
      */
@@ -36,10 +33,7 @@ final class ConsoleEvents
      * The TERMINATE event allows you to attach listeners after a command is
      * executed by the console.
      *
-     * The event listener method receives a Symfony\Component\Console\Event\ConsoleTerminateEvent
-     * instance.
-     *
-     * @Event
+     * @Event("Symfony\Component\Console\Event\ConsoleTerminateEvent")
      *
      * @var string
      */
@@ -49,11 +43,9 @@ final class ConsoleEvents
      * The EXCEPTION event occurs when an uncaught exception appears.
      *
      * This event allows you to deal with the exception or
-     * to modify the thrown exception. The event listener method receives
-     * a Symfony\Component\Console\Event\ConsoleExceptionEvent
-     * instance.
+     * to modify the thrown exception.
      *
-     * @Event
+     * @Event("Symfony\Component\Console\Event\ConsoleExceptionEvent")
      *
      * @var string
      */