Skip to content

Commit

Permalink
remove return type declaration for compatibility reasons
Browse files Browse the repository at this point in the history
  • Loading branch information
ger4003 committed Sep 2, 2021
1 parent 5e33781 commit 9a998f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Unit/Fusion/ConvertEmailLinksImplementationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' => [
Expand Down

0 comments on commit 9a998f5

Please sign in to comment.