Skip to content
This repository was archived by the owner on Dec 26, 2023. It is now read-only.

Commit 1a89019

Browse files
committed
Update README.md
1 parent 39accba commit 1a89019

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ isTrue(true); // returns true - OK
4444
isTrue(false); // returns null - WTF?
4545
```
4646

47+
And now the same code with Enums instead of Constants:
48+
4749
```php
4850
class MyBoolean extends \PetrKnap\Php\Enum\AbstractEnum
4951
{

0 commit comments

Comments
 (0)