Skip to content
This repository was archived by the owner on Jan 24, 2024. It is now read-only.

Commit 497c892

Browse files
authored
Update Statement.php
1 parent 8394fee commit 497c892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Driver/Statement.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
*
2222
* @internal Do not use this class directly.
2323
*/
24-
final class Statement implements StatementInterface, \IteratorAggregate
24+
final class Statement implements StatementInterface
2525
{
2626
/** @var PDOStatement */
2727
private $pdoStatement;

0 commit comments

Comments
 (0)