Completed
Push — typo3v9 ( 7e94d3...717c86 )
by Tomas Norre
21:33
created
Classes/Api/CrawlerApi.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -297,7 +297,7 @@
 block discarded – undo
297 297
      * scheduled but have note been crawled yet.
298 298
      *
299 299
      * @param int $uid uid of the page
300
-     * @param bool $limit
300
+     * @param integer $limit
301 301
      *
302 302
      * @return array array with the crawl-history of a page => 0 : scheduled time , 1 : executed_time, 2 : set_id
303 303
      */
Please login to merge, or discard this patch.
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.
Classes/Hooks/StaticFileCacheCreateUriHook.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -38,7 +38,6 @@  discard block
 block discarded – undo
38 38
      * Initializes the variables before starting the processing.
39 39
      *
40 40
      * @param array $parameters The parameters used in this hook
41
-     * @param \SFC\NcStaticfilecache\StaticFileCache $parent The calling parent object
42 41
      *
43 42
      * @throws \Exception
44 43
      * @return void
@@ -55,7 +54,7 @@  discard block
 block discarded – undo
55 54
      * @param string $uri
56 55
      * @param TypoScriptFrontendController $frontend
57 56
      *
58
-     * @return array
57
+     * @return string[]
59 58
      *
60 59
      * @throws \Exception
61 60
      *
Please login to merge, or discard this patch.