Skip to content
Snippets Groups Projects

Automated Project Update Bot fixes

5 files
+ 5
5
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -70,7 +70,7 @@ class VariationStockReserveSubscriber implements EventSubscriberInterface {
/**
* {@inheritdoc}
*/
public static function getSubscribedEvents() {
public static function getSubscribedEvents(): array {
$events = [];
// Setting the weight so this event fires after bigCommerceAddToCart.
Loading