Skip to content

Commit e4cb777

Browse files
committed
Fix
1 parent f8ed869 commit e4cb777

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Rules/Properties/OverridingPropertyRule.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public function __construct(
2828
private PhpVersion $phpVersion,
2929
#[AutowiredParameter]
3030
private bool $checkPhpDocMethodSignatures,
31-
#[AutowiredParameter]
31+
#[AutowiredParameter(ref: '%reportMaybesInPropertyPhpDocTypes%')]
3232
private bool $reportMaybes,
3333
)
3434
{

0 commit comments

Comments
 (0)