Skip to content

Commit dae2dae

Browse files
Merge branch '6.4' into 7.0
* 6.4: Use typed properties in tests as much as possible
2 parents a12e0ec + 686a2f5 commit dae2dae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Command/LintCommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
*/
2727
class LintCommandTest extends TestCase
2828
{
29-
private $files;
29+
private array $files;
3030

3131
public function testLintCorrectFile()
3232
{

0 commit comments

Comments
 (0)