aboutsummaryrefslogtreecommitdiffstats
path: root/includes/config
diff options
context:
space:
mode:
authorthiemowmde <thiemo.kreuz@wikimedia.de>2025-01-16 14:24:44 +0100
committerthiemowmde <thiemo.kreuz@wikimedia.de>2025-01-16 14:24:44 +0100
commit659df897ea828bba243ca9879875870c35e7bb03 (patch)
treee7ed15e123fc3c70933b356b8ae55d9998a6fb57 /includes/config
parenta9d4d54f74d224cb068510c7715dbfa1ad46123d (diff)
downloadmediawikicore-659df897ea828bba243ca9879875870c35e7bb03.tar.gz
mediawikicore-659df897ea828bba243ca9879875870c35e7bb03.zip
Remove trivial 1-line PHPDocs that just repeat the code
I assume these are all either auto-generated by an IDE or the language-level type declarations have been added later. In any case the comments don't add any new information to what the code already says. This is just extra clutter that makes the code harder to read, I would argue. There are many, many more comments like this. In this patch I intentionally focus on the most trivial 1-line comments. Change-Id: Ia294bf4ce0d8a77036842fe25884bc175c2b0e7d
Diffstat (limited to 'includes/config')
-rw-r--r--includes/config/ConfigRepository.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/includes/config/ConfigRepository.php b/includes/config/ConfigRepository.php
index 0c73cbf77b00..83dee6d2b709 100644
--- a/includes/config/ConfigRepository.php
+++ b/includes/config/ConfigRepository.php
@@ -41,9 +41,6 @@ class ConfigRepository implements SalvageableService {
'public' => [],
];
- /**
- * @param ConfigFactory $configFactory
- */
public function __construct( ConfigFactory $configFactory ) {
$this->configFactory = $configFactory;
}