Skip to content

Commit 20d6706

Browse files
committed
readme
1 parent 7faaf60 commit 20d6706

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)