From 9a998f511e3df716092d5aeca98b415745d3e283 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20M=C3=B6ller?= Date: Thu, 2 Sep 2021 15:56:47 +0200 Subject: [PATCH] remove return type declaration for compatibility reasons --- Tests/Unit/Fusion/ConvertEmailLinksImplementationTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/Unit/Fusion/ConvertEmailLinksImplementationTest.php b/Tests/Unit/Fusion/ConvertEmailLinksImplementationTest.php index bd9c40f..0cf1540 100644 --- a/Tests/Unit/Fusion/ConvertEmailLinksImplementationTest.php +++ b/Tests/Unit/Fusion/ConvertEmailLinksImplementationTest.php @@ -84,7 +84,7 @@ public function emailsAreConverted($rawText, $expectedText) $this->assertSame($expectedText, $actualResult); } - public function emailTexts(): array + public function emailTexts() { return [ 'just some text not to touch' => [