Skip to content
Snippets Groups Projects

Automated Project Update Bot fixes

3 files
+ 3
3
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -9,7 +9,7 @@ use Symfony\Component\EventDispatcher\EventSubscriberInterface;
final class ExampleConfirmationEventSubscriber implements EventSubscriberInterface {
public static function getSubscribedEvents() {
public static function getSubscribedEvents(): array {
return [
ConfirmationEvent::getEventName(ExampleConfirmationBundle::BUNDLE) => 'onStateSettled',
];
Loading