Skip to content
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

Fix dockblock for where/having methods in Select, Delete, Update #236

Merged
merged 1 commit into from
Feb 1, 2024

Conversation

MatyCZ
Copy link

@MatyCZ MatyCZ commented Dec 16, 2021

Q A
Documentation no
Bugfix yes
BC Break no
New Feature no
RFC no
QA no

Description

Add missing type Predicate\PredicateInterface to the docblocks in Sql\Delete::where(), Sql\Select::where(), Sql\Select::having() and Sql\Update::where(). This will fix phpstan failures.

@settermjd
Copy link

All of the changes look good to me, @MatyCZ. But I'd remove the changes to composer.json and composer.lock to keep the PR focused.

@Xerkus Xerkus changed the base branch from 2.14.x to 2.19.x February 1, 2024 17:55
@Xerkus Xerkus changed the title Fix $predicate param in where methods Fix $predicate param docblock in where methods Feb 1, 2024
@Xerkus Xerkus added the Bug Something isn't working label Feb 1, 2024
@Xerkus Xerkus added this to the 2.19.0 milestone Feb 1, 2024
Signed-off-by: Matej Szendi <matej.szendi@bcom.cz>
@Xerkus Xerkus merged commit 05093d3 into laminas:2.19.x Feb 1, 2024
10 checks passed
@Xerkus Xerkus changed the title Fix $predicate param docblock in where methods Fix dockblock for where/having methods in Select, Delete, Update Feb 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants