Skip to content

Commit e8e738f

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 63e00a5 + 4bd0ce7 commit e8e738f

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)