Skip to content

Commit 97e153c

Browse files
committed
ReflectionAttribute is no longer final class
1 parent b036666 commit 97e153c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: stubs/runtime/ReflectionAttribute.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
return;
66
}
77

8-
final class ReflectionAttribute
8+
class ReflectionAttribute
99
{
1010
public function getName(): string
1111
{

0 commit comments

Comments
 (0)