diff options
Diffstat (limited to 'tests/phpunit/includes/media/GIFHandlerTest.php')
-rw-r--r-- | tests/phpunit/includes/media/GIFHandlerTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/phpunit/includes/media/GIFHandlerTest.php b/tests/phpunit/includes/media/GIFHandlerTest.php index 4dd7443e48b8..f6e0b3b6e43f 100644 --- a/tests/phpunit/includes/media/GIFHandlerTest.php +++ b/tests/phpunit/includes/media/GIFHandlerTest.php @@ -8,7 +8,7 @@ class GIFHandlerTest extends MediaWikiMediaTestCase { /** @var GIFHandler */ protected $handler; - protected function setUp() { + protected function setUp() : void { parent::setUp(); $this->handler = new GIFHandler(); |