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

PHP 8.0: TraceablePDO adding query arguments #460

Merged
merged 2 commits into from
Dec 7, 2020

Conversation

n0x073
Copy link
Contributor

@n0x073 n0x073 commented Dec 1, 2020

fix issue #459

@barryvdh barryvdh merged commit 6d51ee9 into maximebf:master Dec 7, 2020
* @return TraceablePDOStatement|bool PDO::query returns a PDOStatement object, or FALSE on
* failure.
*/
public function query($statement)
public function query($statement, $fetchMode = null, ...$fetchModeArgs)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why not ?int $fetchMode = null?

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.

3 participants