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 1911d6d commit 0e52ac2Copy full SHA for 0e52ac2
config/sets/symfony/symfony4/symfony43/symfony43-event-dispatcher.php
@@ -4,6 +4,7 @@
4
5
use Rector\Config\RectorConfig;
6
use Rector\Renaming\Rector\Name\RenameClassRector;
7
+use Rector\Symfony\Symfony43\Rector\ClassMethod\EventDispatcherParentConstructRector;
8
use Rector\Symfony\Symfony43\Rector\MethodCall\MakeDispatchFirstArgumentEventRector;
9
10
return static function (RectorConfig $rectorConfig): void {
@@ -14,5 +15,6 @@
14
15
16
$rectorConfig->rules([
17
MakeDispatchFirstArgumentEventRector::class,
18
+ EventDispatcherParentConstructRector::class,
19
]);
20
};
0 commit comments