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
@param
Code example:
/** * @param string ...$column * @return Select */ public function columns(): Select { let this->data = array_merge(this->data, func_get_args()); return this; }
Produce current PHP code:
/** * @param string ...$column * * @return Select * @param string ...$column * */ public function columns(): Select { }
The text was updated successfully, but these errors were encountered:
#2239 - Refactor Stubs/* classes
a556787
#2239 - Remove duplicate generation of param
db64633
#2239 - Update CHANGELOG.md
72453a9
#2239 - Fix Stubs/ tests
21e7c10
#2239 - Revert param to previous state
29eb6ff
Merge pull request #2242 from zephir-lang/#2239-fix-stubs-generation
1df3d2e
#2239 - Fix stubs generation
Jeckerson
Successfully merging a pull request may close this issue.
Code example:
Produce current PHP code:
The text was updated successfully, but these errors were encountered: