From f79a9089abd2b622926522beeb26fd70e6c1ab8e Mon Sep 17 00:00:00 2001 From: Vincent Langlet Date: Wed, 20 May 2026 19:03:01 +0200 Subject: [PATCH] Commit --- src/Rules/Properties/AccessPrivatePropertyThroughStaticRule.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Rules/Properties/AccessPrivatePropertyThroughStaticRule.php b/src/Rules/Properties/AccessPrivatePropertyThroughStaticRule.php index 6a0b1318b66..ecfed6cdb87 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)]