Skip to content

Commit

Permalink
ReflectionAttribute is no longer final class
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Dec 1, 2021
1 parent b036666 commit 97e153c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/runtime/ReflectionAttribute.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
return;
}

final class ReflectionAttribute
class ReflectionAttribute
{
public function getName(): string
{
Expand Down

0 comments on commit 97e153c

Please sign in to comment.