jdwx
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Created Specifying coverage scope?
I have two Phpstorm projects. One is over ten times larger than the other. Both have 100% code coverage via PhpUnit tests.The larger project performs code coverage very quickly. (A few seconds.)The... -
Created Incorrect "Unused element" warnings in PhpStorm
On a pretty regular basis, PhpStorm seems to get confused about method usage and starts reporting warnings about unused methods that it clearly “knows” are used.Typically, “Invalidate caches…” will...