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 7faaf60 commit 20d6706Copy full SHA for 20d6706
README.md
@@ -0,0 +1,12 @@
1
+# PHPStan extension for php-enum
2
+
3
+[PHP-Enum](https://github.com/marc-mabe/php-enum) enumerations with native PHP.
4
5
+[PHPStan](https://github.com/phpstan/phpstan) is a static code analysis tool.
6
7
+> PHPStan focuses on finding errors in your code without actually running it.
8
+> It catches whole classes of bugs even before you write tests for the code.
9
+> It moves PHP closer to compiled languages in the sense that the correctness
10
+> of each line of the code can be checked before you run the actual line.
11
12
+This PHPStan extension makes enumerator accessor methods known to PHPStan.
0 commit comments