Skip to content

Commit 35f472b

Browse files
Merge branch '4.3' into 4.4
* 4.3: Disable phpunit typehint patch on 4.3 branch Fix deprecation on 4.3
2 parents cbd4a24 + 81c2e12 commit 35f472b

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)