We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8ed869 commit e4cb777Copy full SHA for e4cb777
src/Rules/Properties/OverridingPropertyRule.php
@@ -28,7 +28,7 @@ public function __construct(
28
private PhpVersion $phpVersion,
29
#[AutowiredParameter]
30
private bool $checkPhpDocMethodSignatures,
31
- #[AutowiredParameter]
+ #[AutowiredParameter(ref: '%reportMaybesInPropertyPhpDocTypes%')]
32
private bool $reportMaybes,
33
)
34
{
0 commit comments