We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
PdoStatement.stub
1 parent 665fd2f commit 51e2ecaCopy full SHA for 51e2eca
config/PdoStatement.stub
@@ -1,10 +1,11 @@
1
<?php
2
3
/**
4
- * @template TRowTypeInFetchMode
5
-
6
- * @implements Traversable<int, TRowTypeInFetchMode>
7
- * @implements IteratorAggregate<int, TRowTypeInFetchMode>
+ * @template rowType
+ *
+ * @implements Traversable<int, rowType>
+ * @implements IteratorAggregate<int, rowType>
8
9
* @link https://php.net/manual/en/class.pdostatement.php
10
*/
11
class PDOStatement implements Traversable, IteratorAggregate
0 commit comments