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 8f961b4 commit 80a97aaCopy full SHA for 80a97aa
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
All notable changes to the "phpstan-vscode" extension will be documented in this file.
4
5
+## 3.2.22
6
+
7
+- `TreeFetcher.php` now no longer contains PHP 7.4+ code
8
9
## 3.2.21
10
11
- Pass docker environment variables to docker process
package.json
@@ -2,7 +2,7 @@
"name": "phpstan-vscode",
"displayName": "phpstan",
"description": "PHPStan inline error provider",
- "version": "3.2.21",
+ "version": "3.2.22",
"engines": {
"vscode": "^1.64.0",
"node": ">=14.16.0"
0 commit comments