aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/media/PNGHandlerTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/phpunit/includes/media/PNGHandlerTest.php')
-rw-r--r--tests/phpunit/includes/media/PNGHandlerTest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/phpunit/includes/media/PNGHandlerTest.php b/tests/phpunit/includes/media/PNGHandlerTest.php
index 1b429848eb38..20f718219489 100644
--- a/tests/phpunit/includes/media/PNGHandlerTest.php
+++ b/tests/phpunit/includes/media/PNGHandlerTest.php
@@ -85,7 +85,6 @@ class PNGHandlerTest extends MediaWikiMediaTestCase {
}
public function provideIsMetadataValid() {
- // phpcs:disable Generic.Files.LineLength
return [
[ '0', PNGHandler::METADATA_GOOD ],
[ '', PNGHandler::METADATA_BAD ],