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 dc2c053 commit 01fdf2dCopy full SHA for 01fdf2d
src/ClassAttributeCollector.php
@@ -114,6 +114,9 @@ private static function isAttribute(ReflectionClass $classReflection): bool
114
private static function isAttributeIgnored(ReflectionAttribute $attribute): bool
115
{
116
static $ignored = [
117
+ \AllowDynamicProperties::class => true,
118
+ \Deprecated::class => true,
119
+ \Override::class => true,
120
\ReturnTypeWillChange::class => true,
121
\SensitiveParameter::class => true,
122
InheritsAttributes::class => true,
0 commit comments