Skip to content

Commit

Permalink
Merge pull request #132 from bendavies/ReflectionEnum-is-not-final
Browse files Browse the repository at this point in the history
ReflectionEnum is not final
  • Loading branch information
Ocramius authored Jun 6, 2022
2 parents 6fd96d4 + ec99414 commit da01fb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polyfill/ReflectionEnumPolyfill.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
}

/** @internal */
final class ReflectionEnum
class ReflectionEnum
{
public function __construct($enum)
{
Expand Down

0 comments on commit da01fb7

Please sign in to comment.