File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ CHANGELOG
99 * Remove ` Kernel::getAnnotatedClassesToCompile() ` and ` Kernel::setAnnotatedClassCache() `
1010 * Make ` ServicesResetter ` class ` final `
1111 * Add argument ` $logChannel ` to ` ErrorListener::logException() `
12+ * Add argument ` $event ` to ` DumpListener::configure() `
1213 * Replace ` __sleep/wakeup() ` by ` __(un)serialize() ` on kernels and data collectors
1314
14157.4
Original file line number Diff line number Diff line change @@ -38,12 +38,8 @@ public function __construct(
3838 ) {
3939 }
4040
41- /**
42- * @param ?ConsoleCommandEvent $event
43- */
44- public function configure (/* ?ConsoleCommandEvent $event = null */ ): void
41+ public function configure (?ConsoleCommandEvent $ event = null ): void
4542 {
46- $ event = 1 <= \func_num_args () ? func_get_arg (0 ) : null ;
4743 $ input = $ event ?->getInput();
4844
4945 $ cloner = $ this ->cloner ;
You can’t perform that action at this time.
0 commit comments