Replace lowercase {@inheritdoc} with @inheritDoc
authorThiemo Kreuz <thiemo.kreuz@wikimedia.de>
Tue, 26 Feb 2019 12:57:24 +0000 (13:57 +0100)
committerUmherirrender <umherirrender_de.wp@web.de>
Fri, 1 Mar 2019 17:25:02 +0000 (17:25 +0000)
commit30b05e1072b5f4571e10447419e19ee7e4db55d4
tree393456c8bc46ef6352778ca06ad704c741c35bec
parent007bfbf83578df5010415d5822c6aec057ffaa88
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
includes/block/Restriction/AbstractRestriction.php
includes/block/Restriction/NamespaceRestriction.php
includes/block/Restriction/PageRestriction.php
includes/htmlform/fields/HTMLExpiryField.php
includes/specials/formfields/Licenses.php
includes/widget/ExpiryInputWidget.php
tests/phpunit/includes/block/Restriction/NamespaceRestrictionTest.php
tests/phpunit/includes/block/Restriction/PageRestrictionTest.php
tests/phpunit/includes/specials/SpecialBlockTest.php