Skip to content
Snippets Groups Projects

Automated Project Update Bot fixes

3 files
+ 3
3
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -28,7 +28,7 @@ class FedExEventSubscriber implements EventSubscriberInterface {
@@ -28,7 +28,7 @@ class FedExEventSubscriber implements EventSubscriberInterface {
/**
/**
* {@inheritDoc}
* {@inheritDoc}
*/
*/
public static function getSubscribedEvents() {
public static function getSubscribedEvents(): array {
$events = [];
$events = [];
$events[CommerceFedExEvents::BEFORE_RATE_REQUEST][] = ['onBeforeRateRequest'];
$events[CommerceFedExEvents::BEFORE_RATE_REQUEST][] = ['onBeforeRateRequest'];
Loading