We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb4df58 commit 33fde38Copy full SHA for 33fde38
tests/Filter/StringsTest.php
@@ -556,7 +556,7 @@ public function provideRedactFailsOnBadInput() : array
556
* @test
557
* @dataProvider provideStripEmoji
558
*/
559
- public function stripEmoji(string $input, string $expectedValue)
+ public function stripEmoji(string $input, string $expectedValue): void
560
{
561
$actualValue = Strings::stripEmoji($input);
562
$this->assertSame($expectedValue, $actualValue);
0 commit comments