Completed
Push — master ( e63197...cd3b85 )
by Paulius
07:27 queued 05:24
created
Controller/PaymentController.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -218,6 +218,9 @@
 block discarded – undo
218 218
         ];
219 219
     }
220 220
 
221
+    /**
222
+     * @param string $message
223
+     */
221 224
     private function errorResponse($message)
222 225
     {
223 226
         $content = $this->templating->render(
Please login to merge, or discard this patch.