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

Added return type to getReusableRecords #90

Closed
wants to merge 1 commit into from
Closed

Added return type to getReusableRecords #90

wants to merge 1 commit into from

Conversation

kuhler-Stratege
Copy link

The Method getReusableRecords() is not a void method and returns a value of an array so I added a return type in the method comments, because in PHP 7.4 you can't return mixed.

The Method getReusableRecords() is not a void method and returns a value of an array so I added a return type in the method comments, because in PHP 7.4 you can't return mixed.
@niden
Copy link
Sponsor Member

niden commented Mar 13, 2023

@kuhler-Stratege Thank you for this. However, the changes here will be overwritten with the next release because we generate the stubs from the main repo.

Could you please issue the same PR for the Manager::getReusableRecords() in the cphalcon repo?

@Jeckerson
Copy link
Member

@kuhler-Stratege
Copy link
Author

phalcon/cphalcon#16493

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.

None yet

3 participants