@@ -177,7 +177,7 @@ |
||
177 | 177 | */ |
178 | 178 | public function confirmation(?PaymentOrder $paymentOrder, Request $request, EntityManagerInterface $em): Response |
179 | 179 | { |
180 | - if($paymentOrder === null) { |
|
180 | + if ($paymentOrder === null) { |
|
181 | 181 | $this->addFlash('error', 'payment_order.can_not_be_found'); |
182 | 182 | return $this->redirectToRoute('homepage'); |
183 | 183 | } |