Skip to content

Commit 56d5360

Browse files
chadicusphilbti
andauthored
Missing void return type hint
Co-authored-by: philbti <141263723+philbti@users.noreply.github.com>
1 parent 7984797 commit 56d5360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Filter/StringsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ public function provideRedactFailsOnBadInput() : array
555555
* @test
556556
* @dataProvider provideStripEmoji
557557
*/
558-
public function stripEmoji(string $input, string $expectedValue)
558+
public function stripEmoji(string $input, string $expectedValue): void
559559
{
560560
$actualValue = Strings::stripEmoji($input);
561561
$this->assertSame($expectedValue, $actualValue);

0 commit comments

Comments
 (0)