Skip to content

Commit e2c4c2b

Browse files
committed
[DowngradePhp80] Skip native AllowDynamicProperties attribute on DowngradeAttributeToAnnotationRector
1 parent 3b4abf1 commit e2c4c2b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?php
2+
3+
namespace Rector\Tests\DowngradePhp80\Rector\Class_\DowngradeAttributeToAnnotationRector\Fixture;
4+
5+
use AllowDynamicProperties;
6+
7+
#[AllowDynamicProperties]
8+
class User
9+
{
10+
}

0 commit comments

Comments
 (0)