Completed
Pull Request — typo3v9 (#467)
by
unknown
22:00
created
Classes/Backend/BackendModule.php 1 patch
Doc Comments   +4 added lines, -3 removed lines patch added patch discarded remove patch
@@ -830,9 +830,9 @@  discard block
 block discarded – undo
830 830
     }
831 831
 
832 832
     /**
833
-     * @param $currentActiveProcesses
834
-     * @param $maxActiveProcesses
835
-     * @param $isCrawlerEnabled
833
+     * @param integer $currentActiveProcesses
834
+     * @param integer $maxActiveProcesses
835
+     * @param boolean $isCrawlerEnabled
836 836
      * @return string
837 837
      * @throws \TYPO3\CMS\Backend\Routing\Exception\RouteNotFoundException
838 838
      */
@@ -926,6 +926,7 @@  discard block
 block discarded – undo
926 926
      *
927 927
      * @param  string  the message itself
928 928
      * @param  integer message level (-1 = success (default), 0 = info, 1 = notice, 2 = warning, 3 = error)
929
+     * @param string $message
929 930
      */
930 931
     protected function addMessage($message, $severity = FlashMessage::OK): void
931 932
     {
Please login to merge, or discard this patch.