Skip to content
This repository was archived by the owner on Sep 20, 2021. It is now read-only.

Commit bc6ccb4

Browse files
committed
Documentation: Fix API documentation.
1 parent 8153868 commit bc6ccb4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Layer/Pdo/Pdo.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,8 @@ public function prepare($statement, array $options = [])
198198
$this->getConnection()->getAttribute(\PDO::ATTR_CURSOR);
199199
$options[\PDO::ATTR_CURSOR] = \PDO::CURSOR_SCROLL;
200200
} catch (\PDOException $e) {
201-
// Cursors isn't supported by the driver, see issue #35.
201+
// Cursors are not supported by the driver, see
202+
// https://github.com/hoaproject/Database/issues/35.
202203
}
203204
}
204205

0 commit comments

Comments
 (0)