Skip to content

Commit 80a97aa

Browse files
author
Sander Ronde
committed
3.2.22
1 parent 8f961b4 commit 80a97aa

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to the "phpstan-vscode" extension will be documented in this file.
44

5+
## 3.2.22
6+
7+
- `TreeFetcher.php` now no longer contains PHP 7.4+ code
8+
59
## 3.2.21
610

711
- Pass docker environment variables to docker process

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "phpstan-vscode",
33
"displayName": "phpstan",
44
"description": "PHPStan inline error provider",
5-
"version": "3.2.21",
5+
"version": "3.2.22",
66
"engines": {
77
"vscode": "^1.64.0",
88
"node": ">=14.16.0"

0 commit comments

Comments
 (0)