doc: Cleanup @param documentation

No extra sign needed between variable and description

Change-Id: I6cf199a7e3e295d45bf95981166a23119afb41ac
This commit is contained in:
Umherirrender 2021-11-04 22:19:59 +01:00
parent d8fd89f32b
commit 23c44e9f7d

View file

@ -32,7 +32,7 @@ class SearchResultProvideThumbnailHookHandler {
/** /**
* Returns a list fileNames associated with given pages * Returns a list fileNames associated with given pages
* *
* @param array $pagesByPageId - key-value array where key is pageID and value is Title * @param array $pagesByPageId key-value array where key is pageID and value is Title
* @return array * @return array
*/ */
private function getFileNamesForPageTitles( $pagesByPageId ): array { private function getFileNamesForPageTitles( $pagesByPageId ): array {
@ -54,7 +54,7 @@ class SearchResultProvideThumbnailHookHandler {
/** /**
* Returns a list fileNames for with given LinkTarget, where title is NS_FILE * Returns a list fileNames for with given LinkTarget, where title is NS_FILE
* *
* @param array $linkFileTargetsByPageId - key-value array of where key * @param array $linkFileTargetsByPageId key-value array of where key
* is pageId, value is LinkTarget * is pageId, value is LinkTarget
* @return array * @return array
*/ */