mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Linter
synced 2024-11-24 07:53:51 +00:00
PHP coding conventions: reorder doxygen tags
See https://www.mediawiki.org/wiki/Manual:Coding_conventions/PHP#Doxygen_tags Change-Id: I79a38800b70a2f587d7f4553bb14c4c7f702a27b
This commit is contained in:
parent
492d77b648
commit
a2bd1abd93
|
@ -140,8 +140,8 @@ class CategoryManager {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param int $id
|
* @param int $id
|
||||||
* @throws MissingCategoryException if we can't find the name for the id
|
|
||||||
* @return string
|
* @return string
|
||||||
|
* @throws MissingCategoryException if we can't find the name for the id
|
||||||
*/
|
*/
|
||||||
public function getCategoryName( $id ) {
|
public function getCategoryName( $id ) {
|
||||||
$flip = array_flip( $this->categoryIds );
|
$flip = array_flip( $this->categoryIds );
|
||||||
|
|
Loading…
Reference in a new issue