php - Retrieving return value of a method in IDE
I would like to know if there is a way to find out the return value of a method return. The return statements are complex expression evaluations, and I would just like to know what the return statement returns.
I use PhpStorm and Eclipse so whichever one has that type of feature am okay with it.