aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2020-05-07 21:00:49 +0000
committerMario <mario@mariovavti.com>2020-05-07 21:00:49 +0000
commit64a8913385a68a9382da554c5cb51a7e71edd97b (patch)
tree594aafde5d24c3c34e884eb3e077a788763be82d
parent266dcd44bb5e590986b5e9ed5afb8e0106a129db (diff)
downloadvolse-hubzilla-64a8913385a68a9382da554c5cb51a7e71edd97b.tar.gz
volse-hubzilla-64a8913385a68a9382da554c5cb51a7e71edd97b.tar.bz2
volse-hubzilla-64a8913385a68a9382da554c5cb51a7e71edd97b.zip
tests: more declare return type
-rw-r--r--tests/unit/Photo/PhotoGdTest.php2
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();