Skip to content

Commit d34390f

Browse files
committed
Remove FQCN type hints on properties
1 parent f3064a2 commit d34390f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Command/LintCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
#[AsCommand(name: 'lint:yaml', description: 'Lint a YAML file and outputs encountered errors')]
3737
class LintCommand extends Command
3838
{
39-
private Parser $parser;
39+
private $parser;
4040
private ?string $format = null;
4141
private bool $displayCorrectFiles;
4242
private ?\Closure $directoryIteratorProvider;

0 commit comments

Comments
 (0)