mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 12:24:49 +01:00
Fix #4951 - add Traversable interface to PDOStatement
This commit is contained in:
parent
4c5c32bc93
commit
77975167a7
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
class PdoStatement {
|
||||
class PdoStatement implements Traversable {
|
||||
/**
|
||||
* @psalm-taint-sink callable $class
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user