-
Notifications
You must be signed in to change notification settings - Fork 185
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
Drop useless phpdoc, already covered by PHP #80
Conversation
cc @Crell |
I agree the docblocks no longer offer any value. However, the docblocks were included in the original PSR text. There was a formal process to add the language types years later, once language types existed. 😄 I'm hesitant to remove the docblocks now when they are still specified in the spec. |
@Seldaek is the editor for the related PSR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As far I'm concerned I'd say ship it without vote etc.. It's an obvious cleanup of redundant info. If that's not ok per the rules someone will have to deal with a vote etc sorry i have no capacity atm
What is the status of this PR? I mean, What can I do to get this merged? |
Ok nobody seems to give a shit so I merged and tagged it. Thanks |
v3.0.1 removed this line at php-fig@79dff0b#diff-ece1cc9e2cbefb0d1c511f88ab22703e9a402b9ca071df66704f1106c1433ad4L116 (in PR php-fig#80), however it isn't covered by a typehint so broke static analysis checks in consuming applications/packages using this interface
No description provided.