Skip to content

Commit 4bd0ce7

Browse files
committed
Disable phpunit typehint patch on 4.3 branch
1 parent 4ad5874 commit 4bd0ce7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/HttpHeaderSerializerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class HttpHeaderSerializerTest extends TestCase
2222
*/
2323
private $serializer;
2424

25-
protected function setUp()
25+
protected function setUp(): void
2626
{
2727
$this->serializer = new HttpHeaderSerializer();
2828
}

0 commit comments

Comments
 (0)