diff options
author | umherirrender <umherirrender_de.wp@web.de> | 2014-04-05 21:54:24 +0200 |
---|---|---|
committer | IAlex <codereview@emsenhuber.ch> | 2014-04-05 20:02:29 +0000 |
commit | 23fab68274456f796563a5eac2ab70cb307afe1a (patch) | |
tree | 4830b7a5d36bf81f0fdf2403104ff46f0ef466f8 /includes/Linker.php | |
parent | 035ae715c57d27f02f4be74f13fae3176cafc767 (diff) | |
download | mediawikicore-23fab68274456f796563a5eac2ab70cb307afe1a.tar.gz mediawikicore-23fab68274456f796563a5eac2ab70cb307afe1a.zip |
Fix spacing after @param and friends in comments
Searched for:
\@(param|return|throws|since|deprecated|access|todo|var)[ \t]{2,}
Change-Id: Icce22ba9fe0635455691ca58d9872d618151f346
Diffstat (limited to 'includes/Linker.php')
-rw-r--r-- | includes/Linker.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/includes/Linker.php b/includes/Linker.php index 033926ac2ed3..094a304b23bd 100644 --- a/includes/Linker.php +++ b/includes/Linker.php @@ -742,7 +742,7 @@ class Linker { /** * @param $title Title - * @param $file File + * @param $file File * @param array $frameParams * @param array $handlerParams * @param bool $time @@ -1467,8 +1467,8 @@ class Linker { /** * @param $contextTitle Title - * @param $target - * @param $text + * @param $target + * @param $text * @return string */ public static function normalizeSubpageLink( $contextTitle, $target, &$text ) { |