Skip to content

Commit f7cb3d7

Browse files
Use typed properties in tests as much as possible
1 parent de47d60 commit f7cb3d7

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)