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 ddb564c commit 8138e93Copy full SHA for 8138e93
tests/PHPStan/Rules/Classes/data/bug-12281.php
@@ -4,3 +4,7 @@
4
5
#[\AllowDynamicProperties]
6
readonly class BlogData { /* … */ }
7
+
8
+/** @readonly */
9
+#[\AllowDynamicProperties]
10
+class BlogDataPhpdoc { /* … */ }
0 commit comments