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 c38402f commit 0896bd0Copy full SHA for 0896bd0
README.md
@@ -10,3 +10,18 @@
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.
13
+
14
+## Install
15
16
+Install via [Composer](https://getcomposer.org)
17
18
+```
19
+composer require --dev marc-mabe/php-enum-phpstan
20
21
22
+and include extension.neon in your project's PHPStan config
23
24
25
+includes:
26
+ - vendor/marc-mabe/php-enum-phpstan/extension.neon
27
0 commit comments