diff options
author | Thiemo Kreuz <thiemo.kreuz@wikimedia.de> | 2019-02-26 13:57:24 +0100 |
---|---|---|
committer | Umherirrender <umherirrender_de.wp@web.de> | 2019-03-01 17:25:02 +0000 |
commit | 30b05e1072b5f4571e10447419e19ee7e4db55d4 (patch) | |
tree | 393456c8bc46ef6352778ca06ad704c741c35bec /includes/widget/ExpiryInputWidget.php | |
parent | 007bfbf83578df5010415d5822c6aec057ffaa88 (diff) | |
download | mediawikicore-30b05e1072b5f4571e10447419e19ee7e4db55d4.tar.gz mediawikicore-30b05e1072b5f4571e10447419e19ee7e4db55d4.zip |
Replace lowercase {@inheritdoc} with @inheritDoc
According to the coding standards we even enforce with a custom PHPCS sniff.
It currently does not pick these mistakes up because of the curly brackets.
I'm not sure if this is worth an update of the PHPCS sniff. I wanted to
suggest this fix anyway.
Change-Id: I9041ea7a00baf7f55e0ff0e56879a89fb74bb479
Diffstat (limited to 'includes/widget/ExpiryInputWidget.php')
-rw-r--r-- | includes/widget/ExpiryInputWidget.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/widget/ExpiryInputWidget.php b/includes/widget/ExpiryInputWidget.php index 289cc85ba4ab..be6e676120e6 100644 --- a/includes/widget/ExpiryInputWidget.php +++ b/includes/widget/ExpiryInputWidget.php @@ -54,7 +54,7 @@ class ExpiryInputWidget extends Widget { } /** - * {@inheritdoc} + * @inheritDoc */ public function getConfig( &$config ) { $config['required'] = $this->required; |