-
Notifications
You must be signed in to change notification settings - Fork 817
Update stub for "ibm_db2" #1531
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
Conversation
|
Is there something I can do to fix the CI? |
|
@phansys yes you can :) you can fix the typo on line 1212 as the failure is caused by it. function db2_prepare($connection, string $statement, array $options = []]) {} |
🤦♂️ Thank you @isfedorov! |
isfedorov
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@phansys Thank you for the contribution! Overall PR is good to go, I've left just some comments regarding not updated PHPDocs and a questions regarding stdClass as a return type. Please find them inline
No description provided.