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 7551502 commit bf4251fCopy full SHA for bf4251f
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