Bogdan Tkachenko

- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Bogdan Tkachenko created a post, PhpDoc class names without namespaces
In this sample code PhpStorm says that PhpDoc comment does not match the function signiature:namespace Two;use One\MyClass;/** * ... */class Test{ /** * @param MyClass $class */ p... -
Bogdan Tkachenko commented, -
Bogdan Tkachenko commented, -
-
-
Bogdan Tkachenko created a post, PhpStorm 3.0 and JsLint
In inpection setting I saw JSLint validation, but when I am trying to enable it, it doesn't working. As I can understand, it should hightlight JSLint errors?