Completed
Push — master ( 9b09a8...e7b36e )
by
unknown
07:40
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.