1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00

Fix #4951 - add Traversable interface to PDOStatement

This commit is contained in:
Matthew Brown 2021-01-07 15:53:19 -05:00 committed by Daniil Gentili
parent 4c5c32bc93
commit 77975167a7
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

View File

@ -1,6 +1,6 @@
<?php <?php
class PdoStatement { class PdoStatement implements Traversable {
/** /**
* @psalm-taint-sink callable $class * @psalm-taint-sink callable $class
* *