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 92662ad commit e53bae1Copy full SHA for e53bae1
README.md
@@ -132,7 +132,7 @@ final class Action extends Enum
132
133
## Native enums and migration
134
Native enum arrived to PHP in version 8.1: https://www.php.net/enumerations
135
-If your project is running PHP 8.1+ or your library have it as a minimum requirement you should use it instead of this library.
+If your project is running PHP 8.1+ or your library has it as a minimum requirement you should use it instead of this library.
136
137
When migrating from `myclabs/php-enum`, the effort should be small if the usage was in the recommended way:
138
- private constants
0 commit comments