We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When the parameter is provided like this:
* @param array options = [ * 'prefix' => 'phalcon' * 'lifetime' => 3600 * ]
Which is totally correct phpdoc, it helps for plugin https://github.com/klesun/deep-assoc-completion to autocomplete code.
It's not detected correctly as parameter, it just add those lines as they are and additionally adds another @param from method parameters. I guess current regexp needs somehow to change https://github.com/phalcon/zephir/blob/development/Library/Stubs/MethodDocBlock.php#L110 here but im not regexp expert.
@param
The text was updated successfully, but these errors were encountered:
Merge pull request #1976 from phalcon/enchacement/1968-multiline-docb…
b551d45
…lock-params Enchacement | #1968 multiline docblock params
Closing, this is implemented. If there are bugs, we can follow up in separate issues.
Sorry, something went wrong.
AlexNDRmac
No branches or pull requests
When the parameter is provided like this:
Which is totally correct phpdoc, it helps for plugin https://github.com/klesun/deep-assoc-completion to autocomplete code.
It's not detected correctly as parameter, it just add those lines as they are and additionally adds another
@param
from method parameters. I guess current regexp needs somehow to change https://github.com/phalcon/zephir/blob/development/Library/Stubs/MethodDocBlock.php#L110 here but im not regexp expert.The text was updated successfully, but these errors were encountered: