Skip to content

Commit

Permalink
Merge pull request #16 from AmpersandHQ/fix-code-style-violation
Browse files Browse the repository at this point in the history
Fix code style violation
  • Loading branch information
convenient authored Apr 9, 2020
2 parents 58514ac + c60ebab commit d72417a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Plugin/SourceDeductionProcessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public function afterPlace(OrderService $subject, OrderInterface $result)
{
/** @var Order $order */
$order = $result;
if (is_null($order->getId())) {
if ($order->getId() === null) {
return;
}

Expand Down

0 comments on commit d72417a

Please sign in to comment.