You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use [official extension-installer](https://phpstan.org/user-guide/extension-library#installing-extensions) or enable all rules manually by:
15
15
```neon
16
+
# phpstan.neon
16
17
includes:
17
18
- vendor/shipmonk/phpstan-rules/rules.neon
18
19
```
@@ -39,8 +40,6 @@ parameters:
39
40
enabled: true
40
41
```
41
42
42
-
Few rules are enabled, but do nothing unless configured, those are marked with `*`.
43
-
44
43
When you try to configure any default array, PHPStan config is **merged by default**,
45
44
so if you want to enforce only your values and not to include our defaults, use [exclamation mark](https://doc.nette.org/en/dependency-injection/configuration#toc-merging):
46
45
@@ -52,6 +51,8 @@ parameters:
52
51
blacklist!: ['(unset)'] # force the blacklist to be only (unset)
53
52
```
54
53
54
+
Few rules are enabled, but do nothing unless configured, those are marked with `*`.
0 commit comments