Skip to content

Commit 6f233a1

Browse files
minor #51068 Add types to private and internal properties (nicolas-grekas)
This PR was merged into the 6.4 branch. Discussion ---------- Add types to private and internal properties | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - Commits ------- 6353f5efab Add types to private and internal properties
2 parents d9043be + cc62912 commit 6f233a1

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)