Skip to content

Commit b8fe36d

Browse files
Delete unsupported plugin (#387)
Since version 2021.2, PhpStorm has had basic support for generics. Thus, the "Dynamic Return Type" plugin is no longer necessary. And: TYPO3 no longer provides the configuration file at all. It has been replaced by `.phpstorm.meta.php`. TYPO3/typo3@0999e75
1 parent 7c12f5c commit b8fe36d

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Documentation/Appendix/IdePhpStormSetup.rst

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -112,14 +112,6 @@ Recommended Plugins
112112
-------------------
113113

114114
* `EditorConfig plugin <https://plugins.jetbrains.com/plugin/7294-editorconfig>`__
115-
* `DynamicReturnTypePlugin
116-
<https://plugins.jetbrains.com/plugin/7251-dynamicreturntypeplugin>`__ :
117-
With this Plugin, return types for some functions can be configured
118-
dynamically. For example, if you use `GeneralUtility::makeInstance`,
119-
the expected return type is determined from the first parameter
120-
passed to the function. The configuration file for this plugin is
121-
`dynamicReturnTypeMeta.json
122-
<https://github.com/typo3/typo3/blob/main/dynamicReturnTypeMeta.json>`__
123115
* `Php Inspections (EA Extended)
124116
<https://plugins.jetbrains.com/plugin/7622-php-inspections-ea-extended->`__ :
125117
Static Code Analysis tool for PHP

0 commit comments

Comments
 (0)