Skip to content

Commit 81c2e12

Browse files
committed
Disable phpunit typehint patch on 4.3 branch
1 parent 90e4b7b commit 81c2e12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/OptionsResolverTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class OptionsResolverTest extends TestCase
2424
*/
2525
private $resolver;
2626

27-
protected function setUp()
27+
protected function setUp(): void
2828
{
2929
$this->resolver = new OptionsResolver();
3030
}

0 commit comments

Comments
 (0)