Task #63553
closedAdd configuration file for DynamicReturnTypePlugin
100%
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
Updated by Gerrit Code Review almost 10 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/35006
Updated by Gerrit Code Review almost 10 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/35006
Updated by Gerrit Code Review almost 10 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/35006
Updated by Frank Nägler almost 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 90a7f8ef436d2b6cb88b715c0ba6240ae4110174.
Updated by Ingo Renner almost 10 years ago
Would be nice to have this for 6.2 as well.