@@ -172,7 +172,7 @@ |
||
172 | 172 | // Collect missing totals, like shipping |
173 | 173 | $reloadedQuote->collectTotals(); |
174 | 174 | $order = $this->quoteManagement->submit($reloadedQuote); |
175 | - if (! $order instanceof Order) { |
|
175 | + if (!$order instanceof Order) { |
|
176 | 176 | $returnType = is_object($order) ? get_class($order) : gettype($order); |
177 | 177 | throw new \RuntimeException('QuoteManagement::submit() returned ' . $returnType . ' instead of Order'); |
178 | 178 | } |