Skip to content

Commit 01fdf2d

Browse files
committed
Ignore more PHP attributes
1 parent dc2c053 commit 01fdf2d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/ClassAttributeCollector.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,9 @@ private static function isAttribute(ReflectionClass $classReflection): bool
114114
private static function isAttributeIgnored(ReflectionAttribute $attribute): bool
115115
{
116116
static $ignored = [
117+
\AllowDynamicProperties::class => true,
118+
\Deprecated::class => true,
119+
\Override::class => true,
117120
\ReturnTypeWillChange::class => true,
118121
\SensitiveParameter::class => true,
119122
InheritsAttributes::class => true,

0 commit comments

Comments
 (0)