WIP Allow usage of Symfony EventDispatcher instead of Doctrine EventManager #1495
Annotations
5 errors
lib/Doctrine/ODM/MongoDB/Hydrator/HydratorFactory.php#L442
lib/Doctrine/ODM/MongoDB/Hydrator/HydratorFactory.php:442:25: UndefinedInterfaceMethod: Method Symfony\Contracts\EventDispatcher\EventDispatcherInterface::dispatchEvent does not exist (see https://psalm.dev/181)
|
lib/Doctrine/ODM/MongoDB/Mapping/ClassMetadataFactory.php#L198
lib/Doctrine/ODM/MongoDB/Mapping/ClassMetadataFactory.php:198:25: UndefinedInterfaceMethod: Method Symfony\Contracts\EventDispatcher\EventDispatcherInterface::dispatchEvent does not exist (see https://psalm.dev/181)
|
lib/Doctrine/ODM/MongoDB/Utility/EventDispatcher.php#L34
lib/Doctrine/ODM/MongoDB/Utility/EventDispatcher.php:34:37: MoreSpecificImplementedParamType: Argument 1 of Doctrine\ODM\MongoDB\Utility\EventDispatcher::dispatch has the more specific type 'Doctrine\Common\EventArgs', expecting 'object' as defined by Symfony\Contracts\EventDispatcher\EventDispatcherInterface::dispatch (see https://psalm.dev/140)
|
lib/Doctrine/ODM/MongoDB/Utility/EventDispatcher.php#L34
lib/Doctrine/ODM/MongoDB/Utility/EventDispatcher.php:34:37: MoreSpecificImplementedParamType: Argument 1 of Doctrine\ODM\MongoDB\Utility\EventDispatcher::dispatch has the more specific type 'Doctrine\Common\EventArgs', expecting 'object' as defined by Psr\EventDispatcher\EventDispatcherInterface::dispatch (see https://psalm.dev/140)
|
|
The logs for this run have expired and are no longer available.
Loading