Skip to content

Commit c8b47d8

Browse files
committed
Disable phpunit typehint patch on 4.3 branch
1 parent 6a4854b commit c8b47d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/LexerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class LexerTest extends TestCase
2323
*/
2424
private $lexer;
2525

26-
protected function setUp()
26+
protected function setUp(): void
2727
{
2828
$this->lexer = new Lexer();
2929
}

0 commit comments

Comments
 (0)