Skip to content
Snippets Groups Projects

Automated Project Update Bot fixes

Files
4
@@ -32,7 +32,7 @@ class OrderPlacedSubscriber implements EventSubscriberInterface {
/**
* {@inheritdoc}
*/
public static function getSubscribedEvents() {
public static function getSubscribedEvents(): array {
return [
'commerce_order.place.pre_transition' => 'saveCrmIndividual',
];
Loading