Skip to content

Commit

Permalink
[BUGFIX] Use correct type for getSections $mode parameter comment
Browse files Browse the repository at this point in the history
Resolves: #85399
Releases: master
Change-Id: I981886a920a0229fcb2f9fbb12ff7c914c563fb6
Reviewed-on: https://review.typo3.org/57384
Tested-by: TYPO3com <no-reply@typo3.com>
Reviewed-by: Joerg Boesche <typo3@joergboesche.de>
Reviewed-by: Andreas Fernandez <a.fernandez@scripting-base.de>
Tested-by: Andreas Fernandez <a.fernandez@scripting-base.de>
Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch>
Tested-by: Christian Kuhn <lolli@schwarzbu.ch>
  • Loading branch information
tmotyl authored and lolli42 committed Jul 2, 2018
1 parent 9c75ad4 commit cd1dad8
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -76,7 +76,7 @@ public function getSingleManual($table, $field)
/**
* Get TOC sections
*
* @param string $mode
* @param int $mode e.g. HelpController::TOC_ONLY
* @return array
*/
public function getSections($mode)
Expand Down

0 comments on commit cd1dad8

Please sign in to comment.