Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[EventDispatcher] LegacyEventDispatcherProxy incompatible with WrappedListener #31457

Closed
@keulinho

Description

@keulinho

Symfony version(s) affected: 4.3.0

Description
The\Symfony\Component\EventDispatcher\LegacyEventDispatcherProxy implements theEventDispatcherInterface from theContracts Bundle, but the\Symfony\Component\EventDispatcher\Debug\WrappedListener expects theEventDispatcherInterface from theEventDispatcher Bundle in its__invoke() method.

This leads to the error below.

How to reporduce*
Dispatch an Event with the deprecateddispatch(Event $event) signature, when your are in a dev env.

Possible Solution
The\Symfony\Component\EventDispatcher\LegacyEventDispatcherProxy should probably implement theEventDispatcherInterface from theEventDispatcher Bundle as it already implements all additional functions described by theEventDispatcherInterface from theEventDispatcher Bundle compared to the interface from theContracts Bundle.

Additional context

PHP Fatal error:  Uncaught Symfony\Component\Debug\Exception\FatalThrowableError: Argument 3 passed to Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke() must implement interface Symfony\Component\EventDispatcher\EventDispatcherInterface, instance of Symfony\Component\EventDispatcher\LegacyEventDispatcherProxy given, called in /app/vendor/symfony/event-dispatcher/LegacyEventDispatcherProxy.php on line 78 in /app/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:113        Stack trace:        #0 /app/vendor/symfony/event-dispatcher/LegacyEventDispatcherProxy.php(78): Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Object(Symfony\Component\Console\Event\ConsoleErrorEvent), 'console.error', Object(Symfony\Component\EventDispatcher\LegacyEventDispatcherProxy))        #1 /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php(168): Symfony\Component\EventDispatcher\LegacyEventDispatcherProxy->dispatch(Object(Symfony\Component\Console\Event\ConsoleErrorEvent), 'console.error')        #2 /app/vendor/sym in /app/vendor/symfony/event-dispatcher/Debug/WrappedListener.php on line 113

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp