@@ -830,9 +830,9 @@ discard block |
||
| 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 |
||
| 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 | { |