-
-
Notifications
You must be signed in to change notification settings - Fork 6.9k
New issue
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
Refactor: replace self PHPDoc parsers to phpdocumentor/reflection-docblock
package
#19053
Comments
What features aren't supported now that |
@samdark I'm was talking not about concrete method.
This dirty solution working wrong in some cases (Markdown description) |
What cases are these? |
/**
* Example:
* ```
* @fakeTag
* @fakeTag2
* ```
* @tag
*/ |
Are there real cases like that? |
this is no matter, if you don't want require vendor package we must extract this methods to class-helper |
The abscence of use-case is important. That means that theoretically it is correct but practically noone needs that. And if so, why spend time on it instead of whats is really needed? |
@samdark to replace current methods to |
Vote to replace methods like as yii\console\Controller::parseDocCommentTags() to phpdocumentor/reflection-docblock.
Minuses:
Pluses:
The text was updated successfully, but these errors were encountered: