Completed
Push — master ( 650298...bfb300 )
by Osma
02:33
created
controller/WebController.php 1 patch
Doc Comments   +8 added lines, -1 removed lines patch added patch discarded remove patch
@@ -262,7 +262,7 @@  discard block
 block discarded – undo
262 262
      *
263 263
      * @param Concept $concept
264 264
      * @param Vocabulary $vocab
265
-     * @return DateTime|null
265
+     * @return DateTime
266 266
      */
267 267
     protected function getModifiedDate(Concept $concept, Vocabulary $vocab)
268 268
     {
@@ -438,6 +438,11 @@  discard block
 block discarded – undo
438 438
             ));
439 439
     }
440 440
 
441
+    /**
442
+     * @param string $fromName
443
+     * @param string|null $fromEmail
444
+     * @param string $sender
445
+     */
441 446
     private function createFeedbackHeaders($fromName, $fromEmail, $toMail, $sender)
442 447
     {
443 448
         $headers = "MIME-Version: 1.0″ . '\r\n";
@@ -460,6 +465,7 @@  discard block
 block discarded – undo
460 465
      * @param string $fromName senders own name.
461 466
      * @param string $fromEmail senders email adress.
462 467
      * @param string $fromVocab which vocabulary is the feedback related to.
468
+     * @param string $toMail
463 469
      */
464 470
     public function sendFeedback($request, $message, $fromName = null, $fromEmail = null, $fromVocab = null, $toMail = null)
465 471
     {
@@ -740,6 +746,7 @@  discard block
 block discarded – undo
740 746
 
741 747
     /**
742 748
      * Invokes a very generic errorpage.
749
+     * @param string $message
743 750
      */
744 751
     public function invokeGenericErrorPage($request, $message = null)
745 752
     {
Please login to merge, or discard this patch.