Hello
I think I need a way of disabling checks for a line of code.
I have this error happening:

It's quite confusing but let's explain: So the current $requests object is a Collection which is defined like this:

There is no "toArray()" function, however there is "__call()" which handles the "toArray()" and hands off to a function called "exportTo()" which in turn calls:

Somehow some magic happens here (maybe through the 'extends' definition) and we get to the ArrayCollection class which finally implements our function "toArray()"


I'm not expecting php-tools to navigate through the __call function, however I still want to deal with the warning. So, perhaps some way of disabling the checking on this line would be useful.
What do you think?
Cheers
Murray