Skip to content

Commit e0a7727

Browse files
kukulichDmitryTronin
authored andcommitted
ReflectionAttribute is no longer final
1 parent f4b22fc commit e0a7727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Reflection/ReflectionAttribute.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/**
66
* @since 8.0
77
*/
8-
final class ReflectionAttribute implements Reflector
8+
class ReflectionAttribute implements Reflector
99
{
1010
/**
1111
* Indicates that the search for a suitable attribute should not be by

0 commit comments

Comments
 (0)