Replies: 2 comments 1 reply
Why would it? |
1 reply
|
I think that |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I don’t open an issue for this because it’s more of a philosophical question.
Should
no_superfluous_phpdoc_tagsbe smart enough to not remove@param mixed ...$tagsin the below example?This method is part of the Laravel container. The usage of
array_slice(func_get_args(), 1)makes the second argument pseudo variadic. And the intention is apparently to communicate it via phpdoc.All reactions