Passed
Push — master ( 9bf05d...919c2e )
by Jan
04:43
created
src/Controller/PaymentOrderController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -177,7 +177,7 @@
 block discarded – undo
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
         }
Please login to merge, or discard this patch.