mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-24 19:53:14 +01:00
13 lines
780 B
YAML
13 lines
780 B
YAML
# from: https://github.com/Kdyby/Events/
|
|
# to: https://github.com/contributte/event-dispatcher/
|
|
services:
|
|
Rector\NetteKdyby\Rector\ClassMethod\ChangeNetteEventNamesInGetSubscribedEventsRector: null
|
|
Rector\NetteKdyby\Rector\MethodCall\ReplaceMagicPropertyEventWithEventClassRector: null
|
|
Rector\NetteKdyby\Rector\ClassMethod\ReplaceMagicEventPropertySubscriberWithEventClassSubscriberRector: null
|
|
Rector\NetteKdyby\Rector\MethodCall\ReplaceEventManagerWithEventSubscriberRector: null
|
|
|
|
Rector\Renaming\Rector\Class_\RenameClassRector:
|
|
$oldToNewClasses:
|
|
'Kdyby\Events\Subscriber': 'Symfony\Component\EventDispatcher\EventSubscriberInterface'
|
|
'Kdyby\Events\EventManager': 'Symfony\Contracts\EventDispatcher\EventDispatcherInterface'
|