Skip to content

Commit da01fb7

Browse files
authored
Merge pull request #132 from bendavies/ReflectionEnum-is-not-final
ReflectionEnum is not final
2 parents 6fd96d4 + ec99414 commit da01fb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

polyfill/ReflectionEnumPolyfill.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
}
66

77
/** @internal */
8-
final class ReflectionEnum
8+
class ReflectionEnum
99
{
1010
public function __construct($enum)
1111
{

0 commit comments

Comments
 (0)