Skip to content

Commit

Permalink
Merge pull request #7 from AmpersandHQ/convenient-patch-1
Browse files Browse the repository at this point in the history
Fix static analysis error
  • Loading branch information
convenient authored Feb 14, 2020
2 parents 4ae36a8 + 8695c2f commit c4f7e6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Observer/CancelOrderItemObserver.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ public function __construct(
*/
public function execute(EventObserver $observer): void
{
/** @var OrderItem $item */
/** @var OrderItem $orderItem */
$orderItem = $observer->getEvent()->getItem();

$itemsToCancel = $this->getItemsToCancelFromOrderItem->execute($orderItem);
Expand Down

0 comments on commit c4f7e6e

Please sign in to comment.