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:
DannyS712 2020-03-26 15:50:30 +00:00
parent 492d77b648
commit a2bd1abd93

View file

@ -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 );