From a2bd1abd930c2e40a6dbc4f87281e8f89080cfd4 Mon Sep 17 00:00:00 2001 From: DannyS712 Date: Thu, 26 Mar 2020 15:50:30 +0000 Subject: [PATCH] PHP coding conventions: reorder doxygen tags See https://www.mediawiki.org/wiki/Manual:Coding_conventions/PHP#Doxygen_tags Change-Id: I79a38800b70a2f587d7f4553bb14c4c7f702a27b --- includes/CategoryManager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/CategoryManager.php b/includes/CategoryManager.php index 0aeda44b..6eeda765 100644 --- a/includes/CategoryManager.php +++ b/includes/CategoryManager.php @@ -140,8 +140,8 @@ class CategoryManager { /** * @param int $id - * @throws MissingCategoryException if we can't find the name for the id * @return string + * @throws MissingCategoryException if we can't find the name for the id */ public function getCategoryName( $id ) { $flip = array_flip( $this->categoryIds );