Skip to content

Commit 51e2eca

Browse files
staabmclxmstaab
andauthored
fix typo in PdoStatement.stub (#324)
Co-authored-by: Markus Staab <[email protected]>
1 parent 665fd2f commit 51e2eca

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

config/PdoStatement.stub

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
<?php
22

33
/**
4-
* @template TRowTypeInFetchMode
5-
6-
* @implements Traversable<int, TRowTypeInFetchMode>
7-
* @implements IteratorAggregate<int, TRowTypeInFetchMode>
4+
* @template rowType
5+
*
6+
* @implements Traversable<int, rowType>
7+
* @implements IteratorAggregate<int, rowType>
8+
*
89
* @link https://php.net/manual/en/class.pdostatement.php
910
*/
1011
class PDOStatement implements Traversable, IteratorAggregate

0 commit comments

Comments
 (0)