We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b60660 commit 2ac04e7Copy full SHA for 2ac04e7
README.md
@@ -32,6 +32,9 @@ composer require --dev shipmonk/phpstan-baseline-per-identifier
32
33
## Usage
34
35
+> [!IMPORTANT]
36
+> _This usage is available since version 2.0. See legacy usage below if you are still using PHPStan 1.x_
37
+
38
Setup baselines loader, other files will be placed beside that file:
39
```neon
40
# phpstan.neon.dist
@@ -59,6 +62,8 @@ _(optional)_ You can simplify generation with e.g. composer script:
59
62
<details>
60
63
<summary><h3>Legacy usage</h3></summary>
61
64
65
+> _This usage is deprecated since 2.0, but it works in all versions. Downside is that it cannot utilize result cache_
66
67
Setup where your baseline files should be stored and include its loader:
68
69
0 commit comments