Skip to content

Commit 1d93ec3

Browse files
committed
note
1 parent 3212e12 commit 1d93ec3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

rules/Php82/Rector/Class_/ReadOnlyClassRector.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@ public function refactor(Node $node): ?Node
7676
}
7777
}
7878

79+
// property promotion
80+
// has `#[AllowDynamicProperties]`
81+
7982
return $node;
8083
}
8184

0 commit comments

Comments
 (0)