Igor Santos
- Total activity 32
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 18
- Subscriptions 6
-
-
Igor Santos commented, -
Igor Santos created a post, How to make certain magic methods not trigger "unused declaration" inspection?
PHP magic methods are quite common, and they usually trigger the "unused declaration" inspection in PHPStorm. I saw there's an "Entry points" setting, but I'm not sure it's suited to fix those case... -
-
-
Igor Santos created a post, How exactly are we supposed to use remote debug?
There's even some sort of tutorial on this matter (https://confluence.jetbrains.com/display/RUBYDEV/How+to+setup+and+run+ruby+remote+debug+session), but it's hard to follow as there's a couple of d... -
-
Igor Santos created a post, Coverage Summary is null
I'm trying to run PHPUnit with Code Coverage analysis in a test file, but the coverage panel shows "Coverage summary: null".I could easily run my test and I can see the test results just fine. I co...