Actions
Task #63553
closedAdd configuration file for DynamicReturnTypePlugin
Start date:
2014-12-03
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
no-brainer
Sprint Focus:
Description
Adding a configuration file for DynamicReturnTypePlugin for PHPStorm.
The plugin makes it possible to use code completion for dynamic return types. The plugin allow a dynamic return type from method calls.
It can use either the instance type of the passed parameter or a string lookup.
Since the ::class feature of PHP 5.5 is used this is a good addition for all
developers.
PHPStorm Plugin: http://plugins.jetbrains.com/plugin/7251
Actions