We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbe3919 commit ddf6e0dCopy full SHA for ddf6e0d
README.md
@@ -23,7 +23,11 @@ and there are `array` and illuminate `collection` implementations to choose from
23
24
## Defining enums
25
26
-Create enums by extending either `EKvedaras\PHPEnum\PHPArray\Enum` or `EKvedaras\PHPEnum\Illuminate\Collection\Enum`.
+Create enums by extending one of:
27
+
28
+ * `EKvedaras\PHPEnum\PHPArray\Enum`
29
+ * `EKvedaras\PHPEnum\Illuminate\Collection\Enum`
30
+ * `EKvedaras\PHPEnum\Arrayy\Enum`
31
32
```php
33
<?php
0 commit comments