diff options
Diffstat (limited to 'tests/unit/Photo/PhotoGdTest.php')
-rw-r--r-- | tests/unit/Photo/PhotoGdTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |