Skip to content
Snippets Groups Projects

Automated Project Update Bot fixes

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -36,7 +36,7 @@ class MonobankPaymentAdditionalDataEventSubscriber implements EventSubscriberInt
@@ -36,7 +36,7 @@ class MonobankPaymentAdditionalDataEventSubscriber implements EventSubscriberInt
* @return array
* @return array
* The event names to listen to
* The event names to listen to
*/
*/
public static function getSubscribedEvents() {
public static function getSubscribedEvents(): array {
$events = [
$events = [
PaymentEvents::PAYMENT_STATUS_SET => 'paymentStatusSet',
PaymentEvents::PAYMENT_STATUS_SET => 'paymentStatusSet',
];
];
Loading