-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
0.0.3 [Unimport class] Add support for the class alias. Can be invoke…
…d on the use statement
- Loading branch information
Ivan Scherbak
committed
Oct 11, 2016
1 parent
3cc0ae6
commit 469aef8
Showing
3 changed files
with
79 additions
and
30 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<idea-plugin version="2"> | ||
<id>com.funivan.phpstorm.refactoring</id> | ||
<name>Refactoring</name> | ||
<version>0.0.2</version> | ||
<version>0.0.3</version> | ||
<vendor email="[email protected]" url="http://funivan.com">Funivan</vendor> | ||
|
||
<description><![CDATA[ | ||
|
@@ -10,6 +10,9 @@ | |
]]></description> | ||
|
||
<change-notes><![CDATA[ | ||
<h4>0.0.3</h4> | ||
- [Unimport class] Add support for the class alias. Can be invoked on the use statement | ||
<h4>0.0.2</h4> | ||
- [Unimport class] invoke action inside php doc comments | ||
- [Find magic methods] run task in background | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters