update lock clucknut
All checks were successful
All checks were successful
This commit is contained in:
13
vendor/doctrine/event-manager/src/EventManagerInterface.php
vendored
Normal file
13
vendor/doctrine/event-manager/src/EventManagerInterface.php
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Doctrine\Common;
|
||||
|
||||
/** Provided for convenience, but consider using the individual interfaces directly. */
|
||||
interface EventManagerInterface extends
|
||||
EventListenerIntrospector,
|
||||
EventListenerRegistry,
|
||||
EventSubscriberRegistry
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user