The Release is imminent, so please do not hesitate to send Blame on exceptions and file bug reports to tracker!
In the mean time this build brings you a lot of fixes and a even feature or two:
- improved type inference for foreach loops
- global variable references search
- include resolution & validation
- inheritance-aware rename for class methods
- @method declared members 1-st level support with Parameter Info, Type-check inspection etc
- Introduce variable support for extracting parts from string literals
Known Issues
- All the stuff that is not marked as “Fixed” in the tracker
Download PhpStorm/WebStorm RC build 95.150 for your platform from project EAP page.
Develop with pleasure!
-JetBrains PhpStorm Team
This blog is permanently closed.
For up-to-date information please follow to corresponding WebStorm blog or PhpStorm blog.



Alexey, can you please tell more about @method annotation?
In previous WI, I used syntax: @method methodName(Model_Name) – and it worked (at least if I recall correctly), now it works only for primitives.
Is it the expected behaviour?
@BaRoN We now parse parameter list and provide hints and type checking.
Add parameter names $name, $otherParam to each parameter, as in http://manual.phpdoc.org/HTMLSmartyConverter/HandS/phpDocumentor/tutorial_tags.method.pkg.html