Skip to content

Commit 511c140

Browse files
committed
Remove final keyword so PHP 8.1 can build
1 parent 0d4014a commit 511c140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Options.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
namespace SnapCache;
44

55
class Options {
6-
final public static $object_cache_types = [ 'disabled', 'memcached' ];
6+
public static $object_cache_types = [ 'disabled', 'memcached' ];
77

88
/**
99
* Attempt to coerce a string into a recognized object cache type.

0 commit comments

Comments
 (0)