Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions config/PdoStatement.stub
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
<?php

/**
* @template TRowTypeInFetchMode

* @implements Traversable<int, TRowTypeInFetchMode>
* @implements IteratorAggregate<int, TRowTypeInFetchMode>
* @template rowType
*
* @implements Traversable<int, rowType>
* @implements IteratorAggregate<int, rowType>
*
* @link https://php.net/manual/en/class.pdostatement.php
*/
class PDOStatement implements Traversable, IteratorAggregate
Expand Down