Skip to content

Commit cdf762e

Browse files
Merge branch '6.4' into 7.0
* 6.4: Use typed properties in tests as much as possible
2 parents d3359ff + f7cb3d7 commit cdf762e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/phpt/kernel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
class TestKernel implements HttpKernelInterface
1919
{
20-
private $var;
20+
private string $var;
2121

2222
public function __construct(string $var)
2323
{

0 commit comments

Comments
 (0)