Having parameter hints in an usable public API now think of use them here: ```xml "Datetime" <argument service="'Datetime' foobar"> ``` ```yaml arguments: [Datetime @foobar] ``` **Extension Point** ``` <codeInsight.parameterNameHints language="PHP" implementationClass="com.jetbrains.php.ui.PhpInlayParameterHintsProvider" /> ``` see https://blog.jetbrains.com/phpstorm/2017/03/new-in-phpstorm-2017-1-parameter-hints/
Having parameter hints in an usable public API now think of use them here:
Extension Point
see https://blog.jetbrains.com/phpstorm/2017/03/new-in-phpstorm-2017-1-parameter-hints/