From: Umherirrender Date: Mon, 6 Aug 2018 15:38:47 +0000 (+0200) Subject: Remove comment about fixed codesniffer bug X-Git-Tag: 1.34.0-rc.0~4554 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=d053a7baa7cbcb37e55fbbcb8613c53961b26b97;p=lhc%2Fweb%2Fwiklou.git Remove comment about fixed codesniffer bug Fix was part of 21.0.0 (or earlier) Change-Id: I378aea5cac5a2191e859c89a781e64bf647841d7 --- diff --git a/tests/phpunit/includes/Storage/RevisionRecordTests.php b/tests/phpunit/includes/Storage/RevisionRecordTests.php index 607f78293d..30dacdb7ac 100644 --- a/tests/phpunit/includes/Storage/RevisionRecordTests.php +++ b/tests/phpunit/includes/Storage/RevisionRecordTests.php @@ -13,9 +13,6 @@ use MediaWiki\User\UserIdentityValue; use TextContent; use Title; -// PHPCS should not complain about @covers and @dataProvider being used in traits, see T192384 -// phpcs:disable MediaWiki.Commenting.PhpunitAnnotations.NotTestClass - /** * @covers \MediaWiki\Storage\RevisionRecord *