diff --git a/src/Rules/Properties/AccessPrivatePropertyThroughStaticRule.php b/src/Rules/Properties/AccessPrivatePropertyThroughStaticRule.php index 6a0b1318b6..ecfed6cdb8 100644 --- a/src/Rules/Properties/AccessPrivatePropertyThroughStaticRule.php +++ b/src/Rules/Properties/AccessPrivatePropertyThroughStaticRule.php @@ -11,6 +11,8 @@ use function sprintf; /** + * Try. + * * @implements Rule */ #[RegisteredRule(level: 2)]