diff options
author | Thiemo Kreuz <thiemo.kreuz@wikimedia.de> | 2021-11-26 16:21:17 +0100 |
---|---|---|
committer | Thiemo Kreuz <thiemo.kreuz@wikimedia.de> | 2021-12-09 19:01:36 +0100 |
commit | b4c63c64ae261ca5f1b8a39811157262f581a634 (patch) | |
tree | c55f4b795c900d03c865b951466779975a5a30da /includes/widget/CheckMatrixWidget.php | |
parent | 79424189933c0464ee1468572f314af10e474140 (diff) | |
download | mediawikicore-b4c63c64ae261ca5f1b8a39811157262f581a634.tar.gz mediawikicore-b4c63c64ae261ca5f1b8a39811157262f581a634.zip |
Remove some more comments that literally repeat the code
Nothing to learn from these.
You can find a longer explanation in the comments in I93751e6.
Change-Id: I195aae70fc282b58be5b18160783f27d38605d15
Diffstat (limited to 'includes/widget/CheckMatrixWidget.php')
-rw-r--r-- | includes/widget/CheckMatrixWidget.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/widget/CheckMatrixWidget.php b/includes/widget/CheckMatrixWidget.php index 9da84d4b0f2a..c0cad2bdd2cc 100644 --- a/includes/widget/CheckMatrixWidget.php +++ b/includes/widget/CheckMatrixWidget.php @@ -149,7 +149,7 @@ class CheckMatrixWidget extends \OOUI\Widget { * Check whether the given tag's checkbox should * be checked * - * @param string $tagName Tag name + * @param string $tagName * @return bool Tag should be checked */ private function isTagChecked( $tagName ) { @@ -163,7 +163,7 @@ class CheckMatrixWidget extends \OOUI\Widget { * Check whether the given tag's checkbox should * be disabled * - * @param string $tagName Tag name + * @param string $tagName * @return bool Tag should be disabled */ private function isTagDisabled( $tagName ) { |