Skip to content

Commit 686a2f5

Browse files
Use typed properties in tests as much as possible
1 parent 7a0d207 commit 686a2f5

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)