Skip to content

Commit e0602f8

Browse files
Merge branch '4.4'
* 4.4: Fix compatibility with PHPUnit 8 Disable phpunit typehint patch on 4.3 branch Fix deprecation on 4.3
2 parents aa7ea86 + 35f472b commit e0602f8

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)