Completed
Push — ci-build-matrix ( 8fbacb...af8751 )
by Hung
01:46
created
src/Drivers/MultiResultSetBase.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -124,7 +124,7 @@  discard block
 block discarded – undo
124 124
      * (PHP 5 &gt;= 5.0.0)<br/>
125 125
      * Return the key of the current element
126 126
      * @link http://php.net/manual/en/iterator.key.php
127
-     * @return mixed scalar on success, or null on failure.
127
+     * @return integer scalar on success, or null on failure.
128 128
      */
129 129
     public function key()
130 130
     {
@@ -180,7 +180,7 @@  discard block
 block discarded – undo
180 180
      * (PHP 5 &gt;= 5.0.0)<br/>
181 181
      * Return the current element
182 182
      * @link http://php.net/manual/en/iterator.current.php
183
-     * @return mixed Can return any type.
183
+     * @return ResultSetInterface|null Can return any type.
184 184
      */
185 185
     public function current()
186 186
     {
Please login to merge, or discard this patch.
src/Drivers/ResultSetBase.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -182,7 +182,7 @@
 block discarded – undo
182 182
      * (PHP 5 &gt;= 5.0.0)<br/>
183 183
      * Return the key of the current element
184 184
      * @link http://php.net/manual/en/iterator.key.php
185
-     * @return mixed scalar on success, or null on failure.
185
+     * @return integer scalar on success, or null on failure.
186 186
      */
187 187
     public function key()
188 188
     {
Please login to merge, or discard this patch.