In this Web IDE EAP build #470 we focused on PHP type inference, completion, and IDE performance.
"Type inference" means that WI actually deduces what type variables, functions and expressions have by analysing actual source code tree (not the PHPDOC @annotations).
This build adds:
function retu…