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

The docblock above \Packaged\Dal\Ql\QlDao::loadOneWhere is incorrect … #88

Merged
merged 1 commit into from
Mar 19, 2024

Conversation

callyall
Copy link
Contributor

The docblock above \Packaged\Dal\Ql\QlDao::loadOneWhere is incorrect as it says that it will always return static which is not true as the default value of \Packaged\Dal\Ql\QlDaoCollection::first is null

By the same token the return value of \Packaged\Dal\Ql\QlDaoCollection::first should be QlDao|null|mixed as the default value if passed can be set to anything

…as it says that it will always return static which is not true as the default value of \Packaged\Dal\Ql\QlDaoCollection::first is null

By the same token the return value of \Packaged\Dal\Ql\QlDaoCollection::first should be QlDao|null|mixed as the default value if passed can be set to anything
@bajb bajb merged commit d93e0ab into packaged:master Mar 19, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants