Skip to content

Commit 64807c9

Browse files
committed
Make Monad abstract again
1 parent 295500a commit 64807c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/MonadPHP/Monad.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace MonadPHP;
44

5-
class Monad {
5+
abstract class Monad {
66

77
protected $value;
88

0 commit comments

Comments
 (0)