Completed
Pull Request — master (#846)
by
unknown
01:52
created
controller/WebController.php 1 patch
Doc Comments   +7 added lines patch added patch discarded remove patch
@@ -269,6 +269,11 @@  discard block
 block discarded – undo
269 269
             ));
270 270
     }
271 271
 
272
+    /**
273
+     * @param string $fromName
274
+     * @param string|null $fromEmail
275
+     * @param string $sender
276
+     */
272 277
     private function createFeedbackHeaders($fromName, $fromEmail, $toMail, $sender)
273 278
     {
274 279
         $headers = "MIME-Version: 1.0″ . '\r\n";
@@ -291,6 +296,7 @@  discard block
 block discarded – undo
291 296
      * @param string $fromName senders own name.
292 297
      * @param string $fromEmail senders email adress.
293 298
      * @param string $fromVocab which vocabulary is the feedback related to.
299
+     * @param string $toMail
294 300
      */
295 301
     public function sendFeedback($request, $message, $fromName = null, $fromEmail = null, $fromVocab = null, $toMail = null)
296 302
     {
@@ -571,6 +577,7 @@  discard block
 block discarded – undo
571 577
 
572 578
     /**
573 579
      * Invokes a very generic errorpage.
580
+     * @param string $message
574 581
      */
575 582
     public function invokeGenericErrorPage($request, $message = null)
576 583
     {
Please login to merge, or discard this patch.