Skip to content

Commit 0a94f2a

Browse files
committed
fix
1 parent e2c4c2b commit 0a94f2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/DowngradePhp80/Rector/Class_/DowngradeAttributeToAnnotationRector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ final class DowngradeAttributeToAnnotationRector extends AbstractRector implemen
3434
/**
3535
* @var string[]
3636
*/
37-
private const SKIPPED_ATTRIBUTES = ['Attribute', 'ReturnTypeWillChange'];
37+
private const SKIPPED_ATTRIBUTES = ['Attribute', 'ReturnTypeWillChange', 'AllowDynamicProperties'];
3838

3939
/**
4040
* @var DowngradeAttributeToAnnotation[]

0 commit comments

Comments
 (0)