Egor Ushakov
- Total activity 60
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 21
-
Egor Ushakov created a post, How to disable method parameters substitution in PhpStorm?
I came across to a weird PhpStorm behaviour few days ago: i'm typing an arrow for a method call, it appears in autocompletion widget, I hit Tab button and it prints method call WITH parameters as n... -
Egor Ushakov created a post, is_null vs "$var === null
Why PhpStorm' inspection suggests using "$var === null" construction instead of simply using is_null() function? -
Egor Ushakov created a post, Symfony plugin: Browse buttons do not work
Hi! I'm working with non-standard Symfony project environment: it's a git subtree added to parent project for dockerizing whole application. After adding Symfony project IDEA did not offer me to en... -
-
Egor Ushakov commented, -
-
Egor Ushakov created a post, Answered'Add method' action does not work on Windows
I'm working on IDEA 2018.3.5 with PHP plugin installed both on Mac and Windows 10. I can use 'Add method' action initiated with Opt+Enter if non-declared method reference is underlined with yellow ... -
-
-
Egor Ushakov created a post, Method 'myStaticMethod' not found in string - how to annotate (or anything else?) calling method to get rid of it?
Hi! I have class hierarchy in which there is an abstract class (AbstractObject) with a static method returning an API entry point URI for asking it for objects of concrete type (say Address). This ...