Skip to content

Commit

Permalink
Merge branch '6.4' into 7.0
Browse files Browse the repository at this point in the history
* 6.4:
  Use typed properties in tests as much as possible
  • Loading branch information
nicolas-grekas committed Jul 25, 2023
2 parents e398029 + 6bb1806 commit 378bcc8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Tests/HttpHeaderSerializerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,7 @@

class HttpHeaderSerializerTest extends TestCase
{
/**
* @var HttpHeaderSerializer
*/
private $serializer;
private HttpHeaderSerializer $serializer;

protected function setUp(): void
{
Expand Down

0 comments on commit 378bcc8

Please sign in to comment.