The language sub-system is in the process of being revised and reorganized for Drupal 8. Variable type hinting on the @param and @return directives will help developers better understand what is expected for the various identifiers and hopefully speed adoption of the new functionality.

This issue has been opened to help ensure that such type hinting is added to this sub-system once the major reorganization patches have landed.

Comments

Gábor Hojtsy’s picture

Issue tags: +language-base

Superb, thanks for opening this issue.

jhedstrom’s picture

Issue summary: View changes
Status: Active » Closed (works as designed)

I think this has largely been done in the conversion to OO as much as possible. Closing for now, but new issues can always be opened if areas of the code have been missed.