Completed
Push — master ( d7a535...6374f5 )
by
unknown
02:29
created
Controller/PaymentController.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -225,6 +225,9 @@
 block discarded – undo
225 225
         );
226 226
     }
227 227
 
228
+    /**
229
+     * @param string $message
230
+     */
228 231
     private function errorResponse($message)
229 232
     {
230 233
         $content = $this->templating->render(
Please login to merge, or discard this patch.