Commit d1a742a
Upgrade PHPStan to 1.12.12
PHPStan was upgraded to 2.0 in November, but we're not ready
to upgrade as it detects a lot of new errors.
That said our first step is to upgrade to the latest 1.x.x
release, per:
https://github.com/phpstan/phpstan/blob/2.0.x/UPGRADING.md
There is one upside to this upgrade, which is to be able to
disable errors using their identifier (added in 1.11).
Also it seems like a low-value error was removed from L5,
so removed it from our configuration file.1 parent 6de065a commit d1a742a
3 files changed
+7
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | 38 | | |
40 | 39 | | |
41 | 40 | | |
| |||
0 commit comments