File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
tests/Fixtures/inc/Commands/GenerateSubscriberCommand/files Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11<?php
22namespace { { namespace } };
3- use { { base_namespace } }Dependencies\LaunchpadCore\EventManagement\ClassicSubscriberInterface ;
3+ use { { base_namespace } }Dependencies\LaunchpadCore\EventManagement\OptimizedSubscriberInterface ;
44
5- class { { class_name } } implements ClassicSubscriberInterface {
5+ class { { class_name } } implements OptimizedSubscriberInterface {
66
77 /**
88 * Returns an array of events that this subscriber wants to listen to.
Original file line number Diff line number Diff line change 11<?php
22namespace PSR2Plugin \Engine \Test ;
3- use PSR2Plugin \Dependencies \LaunchpadCore \EventManagement \ClassicSubscriberInterface ;
3+ use PSR2Plugin \Dependencies \LaunchpadCore \EventManagement \OptimizedSubscriberInterface ;
44
5- class MySubscriber implements ClassicSubscriberInterface {
5+ class MySubscriber implements OptimizedSubscriberInterface {
66
77 /**
88 * Returns an array of events that this subscriber wants to listen to.
You can’t perform that action at this time.
0 commit comments