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

Commit 96d5fe0

Browse files
author
Petr Knap
committed
Updated README.md
1 parent ca7f4f4 commit 96d5fe0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ isTrue(false); // returns null - WTF?
4848
And now the **same code with Enum** instead of Constants:
4949

5050
```php
51-
class MyBoolean extends \PetrKnap\Php\Enum\AbstractEnum
51+
class MyBoolean extends \PetrKnap\Php\Enum\Enum
5252
{
5353
protected function members()
5454
{
@@ -82,7 +82,7 @@ isTrue(false); // uncaught type error - OK
8282

8383
### Enum declaration
8484
```php
85-
class DayOfWeekEnum extends \PetrKnap\Php\Enum\AbstractEnum
85+
class DayOfWeekEnum extends \PetrKnap\Php\Enum\Enum
8686
{
8787
protected function members()
8888
{

0 commit comments

Comments
 (0)