We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 954f461 commit 2cc096bCopy full SHA for 2cc096b
CHANGELOG.md
@@ -19,3 +19,7 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
19
- Fix return syntax bug.
20
21
- Fix not return for ```Extract With Comment```.
22
+
23
+## [0.0.6]
24
25
+- Add trace in else block
package.json
@@ -2,7 +2,7 @@
2
"name": "php-refactor",
3
"displayName": "PHP Refactor",
4
"description": "Helper tool to leverage your works as refactoring PHP code",
5
- "version": "0.0.5",
+ "version": "0.0.6",
6
"publisher": "tintrinh",
7
"engines": {
8
"vscode": "^1.28.0"
0 commit comments