Completed
Push — master ( 55ea86...34c5f6 )
by Michael
01:51
created
src/Database/Mysql/MysqlDriver.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.