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.
1 parent b139489 commit 9a4ec7eCopy full SHA for 9a4ec7e
src/Select.php
@@ -13,12 +13,13 @@
13
use Atlas\Statement\Select as SelectStatement;
14
use BadMethodCallException;
15
use Generator;
16
+use PDO;
17
18
/**
19
* @method array|false fetchAll()
20
* @method int fetchAffected()
21
* @method array|false fetchColumn(int $column = 0)
- * @method array|false fetchGroup(int $style = 7) // 7 = PDO::FETCH_COLUMN
22
+ * @method array|false fetchGroup(int $style = PDO::FETCH_COLUMN)
23
* @method array|false fetchKeyPair()
24
* @method object|false fetchObject(string $class = 'stdClass', array $args = [])
25
* @method array|false fetchObjects(string $class = 'stdClass', array $args = [])
0 commit comments