diff options
author | Mario <mario@mariovavti.com> | 2020-05-07 21:00:49 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2020-05-07 21:00:49 +0000 |
commit | 64a8913385a68a9382da554c5cb51a7e71edd97b (patch) | |
tree | 594aafde5d24c3c34e884eb3e077a788763be82d /tests/unit | |
parent | 266dcd44bb5e590986b5e9ed5afb8e0106a129db (diff) | |
download | volse-hubzilla-64a8913385a68a9382da554c5cb51a7e71edd97b.tar.gz volse-hubzilla-64a8913385a68a9382da554c5cb51a7e71edd97b.tar.bz2 volse-hubzilla-64a8913385a68a9382da554c5cb51a7e71edd97b.zip |
tests: more declare return type
Diffstat (limited to 'tests/unit')
-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(); |