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 4f1cea5 commit 077ed13Copy full SHA for 077ed13
README.md
@@ -23,19 +23,19 @@ It also contains this framework-specific rule (can be enabled separately):
23
24
To use this extension, require it in [Composer](https://getcomposer.org/):
25
26
-```
+```bash
27
composer require --dev phpstan/phpstan-nette
28
```
29
30
And include extension.neon in your project's PHPStan config:
31
32
+```yaml
33
includes:
34
- vendor/phpstan/phpstan-nette/extension.neon
35
36
37
To perform framework-specific checks, include also this file:
38
39
40
- vendor/phpstan/phpstan-nette/rules.neon
41
0 commit comments