Skip to content

Commit 83342ba

Browse files
committed
Allow extending the class (see #6)
1 parent fb213e9 commit 83342ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Psr6Store.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
*
3737
* @author Yanick Witschi <yanick.witschi@terminal42.ch>
3838
*/
39-
final class Psr6Store implements Psr6StoreInterface
39+
class Psr6Store implements Psr6StoreInterface
4040
{
4141
const NON_VARYING_KEY = 'non-varying';
4242
const COUNTER_KEY = 'write-operations-counter';

0 commit comments

Comments
 (0)