In php we use include. Thus, variables defined in one file and then their scope also include files. Zend Studio does not know how to get the type of the variable that I use inside the included file, it is very annoying when the type of the variable is a big class.
Is there a way to hint at the ideal about variable types? in the included files?
source
share