Skip to content

Commit 5d8d863

Browse files
committed
Fix fabbot
1 parent 9be41b4 commit 5d8d863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SensioLabs/AnsiConverter/Tests/AnsiToHtmlConverterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
class AnsiToHtmlConverterTest extends TestCase
1919
{
2020
#[DataProvider('getConvertData')]
21-
public function testConvert(string $expected, string $input): void
21+
public function testConvert(string $expected, string $input)
2222
{
2323
$converter = new AnsiToHtmlConverter();
2424
$this->assertEquals($expected, $converter->convert($input));

0 commit comments

Comments
 (0)