[docs] Remove whitespace in 'WikimediaUI'

Change-Id: I24169651cb60c68ea1bc0d5c70ee6f44841382ab
This commit is contained in:
Volker E 2020-04-29 14:49:59 -07:00
parent b9e570ca6e
commit 96132669fd
2 changed files with 2 additions and 2 deletions

View file

@ -66,7 +66,7 @@ class DefaultOverflowBuilder implements IOverflowBuilder {
* Build the single menu entry * Build the single menu entry
* *
* @param string $name * @param string $name
* @param string $icon Wikimedia UI icon name. * @param string $icon WikimediaUI icon name.
* @param string $toolboxIdx * @param string $toolboxIdx
* @param array $toolbox An array of common toolbox items from the sidebar menu * @param array $toolbox An array of common toolbox items from the sidebar menu
* @return IMenuEntry|null * @return IMenuEntry|null

View file

@ -122,7 +122,7 @@ class UserNamespaceOverflowBuilder implements IOverflowBuilder {
* Build single Menu entry * Build single Menu entry
* *
* @param string $name * @param string $name
* @param string $icon Wikimedia UI icon name. * @param string $icon WikimediaUI icon name.
* @param string|null $href * @param string|null $href
* @return IMenuEntry|null * @return IMenuEntry|null
*/ */