Skip to content

Commit 378bcc8

Browse files
Merge branch '6.4' into 7.0
* 6.4: Use typed properties in tests as much as possible
2 parents e398029 + 6bb1806 commit 378bcc8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Tests/HttpHeaderSerializerTest.php

+1-4
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,7 @@
1717

1818
class HttpHeaderSerializerTest extends TestCase
1919
{
20-
/**
21-
* @var HttpHeaderSerializer
22-
*/
23-
private $serializer;
20+
private HttpHeaderSerializer $serializer;
2421

2522
protected function setUp(): void
2623
{

0 commit comments

Comments
 (0)