@@ -27,7 +27,7 @@ |
||
27 | 27 | * @param string $column An optional column name. Instead of the whole row, only this column value will be in |
28 | 28 | * the result array. |
29 | 29 | * |
30 | - * @return \Generator|null A Generator with the result set or null if the query failed. |
|
30 | + * @return \Generator A Generator with the result set or null if the query failed. |
|
31 | 31 | * |
32 | 32 | * @since 1.0 |
33 | 33 | * @throws \RuntimeException |