php-code-analysis icon indicating copy to clipboard operation
php-code-analysis copied to clipboard

The type code view is misleading for composed method calls

Open stof opened this issue 13 years ago • 0 comments

when you pass the return of a method as argument to another one, the typed code view documents the type of $this in the argument list instead of the type of the return value.

An example can be found here: http://jmsyst.com/reviews/9d058b9c-6dca-4241-b8b5-a9ac3ea0e17b/typed-php-files/tests/Stampie/Tests/Mailer/PeytzMailTest.php

stof avatar Dec 13 '12 14:12 stof