php-code-analysis
php-code-analysis copied to clipboard
The type code view is misleading for composed method calls
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