Skip to content

Commit ec99414

Browse files
committed
ReflectionEnum is not final
Signed-off-by: Ben Davies <ben.davies@gmail.com>
1 parent 6fd96d4 commit ec99414

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)