We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8700673 commit ce18abfCopy full SHA for ce18abf
src/MySQLReplication/Event/Event.php
@@ -20,7 +20,7 @@
20
use MySQLReplication\Socket\SocketException;
21
use Psr\SimpleCache\CacheInterface;
22
use Psr\SimpleCache\InvalidArgumentException;
23
-use Symfony\Component\EventDispatcher\EventDispatcher;
+use Symfony\Component\EventDispatcher\EventDispatcherInterface;
24
25
class Event
26
{
@@ -35,7 +35,7 @@ class Event
35
public function __construct(
36
BinLogSocketConnect $binLogSocketConnect,
37
RowEventFactory $rowEventFactory,
38
- EventDispatcher $eventDispatcher,
+ EventDispatcherInterface $eventDispatcher,
39
CacheInterface $cache
40
) {
41
$this->binLogSocketConnect = $binLogSocketConnect;
0 commit comments