mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/PageImages
synced 2024-11-24 08:23:28 +00:00
doc: Cleanup @param documentation
No extra sign needed between variable and description Change-Id: I6cf199a7e3e295d45bf95981166a23119afb41ac
This commit is contained in:
parent
d8fd89f32b
commit
23c44e9f7d
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue