Class Member Refactoring Question
Hi All,
I have a simple class with a private member ($foo) that I wanted to refactor and change to a private static $foo.
Does PhpStorm have a way to change the signature of a class member variable and refactor usages from $this->foo to self::$foo.
Thanks much for your time!
Matt
Please sign in to leave a comment.
Hi there,
http://youtrack.jetbrains.com/issue/WI-18691 I guess.
Other possible/related tickets: