Xavi Montero
- 活动总数 42
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 10
- 订阅数 10
-
创建于 Inspection "Missing parameter's type declaration" not working.
Today we are integrating the "Inspecions" seriously in our PHP project. Until today we just used it as suggestions but from today on we'd expect to only commit "if inspections are green light". Ste... -
创建于 How to exclude certain dirs from being interpreted as CVS?
I have a multi-repo project. One of the repos is a "devops repo" which controls the deploys of all the other repos. Until now, the deploy process was run in the server-side like in a non-dockerized... -
创建于 Make phpStorm stop complaining about phpDoc while maitaining other annotations
Whenever I add a @dataProvider annotation to a test in PhpUnit, PhpStorm thinks I want to do PhpDoc documentation and it starts complaining about the parameters of the method. Here there's an examp... -
创建于 Supress Unhandled Exception inspection
已回答Hi, I have this code, that calls a library that can throw an exception: I don't want to handle that exception and I want to supress the inspection for that method. In this article https://www.jetb... -
创建于 Can't find the Inspection Tool Window
Hi, in this page it seems there's a certain menu option to bring the `Inspection Results Tool Window` up: https://www.jetbrains.com/help/phpstorm/inspection-results-tool-window.html Instead, I don'... -
创建于 Mutating committed .iml file
As per this article: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 it seems the .iml files should be committed and shared. This https://www.gitignore.io/api/phpstorm and this h... -
已编辑于 Codestyle, blank line after property declaration and before comments.
Hello, I usually group the methods in my classes with a set of 3 lines with comments, like this: //---------------------------------------------------------------------//// Setup ...