Skip to content

Commit cc62912

Browse files
Add types to private and internal properties
1 parent db2985e commit cc62912

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Console/Descriptor/Descriptor.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,7 @@
3333
*/
3434
abstract class Descriptor implements DescriptorInterface
3535
{
36-
/**
37-
* @var OutputInterface
38-
*/
39-
protected $output;
36+
protected OutputInterface $output;
4037

4138
public function describe(OutputInterface $output, mixed $object, array $options = []): void
4239
{

0 commit comments

Comments
 (0)