FaaPz / PDO

Just another PDO database library
MIT License
316 stars 103 forks source link

sizeof() warning fix for PHP 7.2 #98

Closed kimosabi77 closed 6 years ago

kimosabi77 commented 6 years ago

Added ternary statement to only use sizeof when value is an array.

This solves warnings on PHP 7.2

mikegioia commented 6 years ago

@kimosabi77 FYI this PR would need to be resubmitted with only the change to src/PDO/Statement/StatementContainer.php. You sent up changes to the composer/readme that can't go into @FaaPz 's repo.

kimosabi77 commented 6 years ago

@mikegioia thanks for the heads up.