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
This is only a phpDoc problem:
https://github.com/laminas/laminas-db/blob/2.19.x/src/Sql/Select.php#L305C1-L305C1
Select::having($predicate) could also get an Having as $predicate parameter. This PhpDoc does not say this.
Select::having($predicate)
Having
$predicate
The text was updated successfully, but these errors were encountered:
PR: #295
Sorry, something went wrong.
Update docblock of having()
3339054
Fixes: laminas#296 Signed-off-by: Roel van Meer <roel.van.meer@peercode.nl>
782890b
No branches or pull requests
This is only a phpDoc problem:
https://github.com/laminas/laminas-db/blob/2.19.x/src/Sql/Select.php#L305C1-L305C1
Select::having($predicate)
could also get anHaving
as$predicate
parameter. This PhpDoc does not say this.The text was updated successfully, but these errors were encountered: