From 64a8913385a68a9382da554c5cb51a7e71edd97b Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 7 May 2020 21:00:49 +0000 Subject: tests: more declare return type --- tests/unit/Photo/PhotoGdTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/unit/Photo/PhotoGdTest.php b/tests/unit/Photo/PhotoGdTest.php index 634c0e5e9..ae7382c43 100644 --- a/tests/unit/Photo/PhotoGdTest.php +++ b/tests/unit/Photo/PhotoGdTest.php @@ -37,7 +37,7 @@ class PhotoGdTest extends UnitTestCase { /** * Cleans up the environment after running a test. */ - protected function tearDown() { + protected function tearDown(): void { $this->photoGd = null; parent::tearDown(); -- cgit v1.2.3