Completed
Pull Request — 2.x (#154)
by Daniel
03:41 queued 01:43
created
src/Common/Select.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -264,7 +264,7 @@
 block discarded – undo
264 264
      *
265 265
      * @param string $alias The column to remove
266 266
      *
267
-     * @return null
267
+     * @return boolean
268 268
      *
269 269
      */
270 270
     public function removeCol($alias)
Please login to merge, or discard this patch.
src/Common/Insert.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -160,7 +160,6 @@
 block discarded – undo
160 160
      *
161 161
      * @param string $col The column name.
162 162
      *
163
-     * @param mixed,...  $val Optional: a value to bind to the placeholder.
164 163
      *
165 164
      * @return $this
166 165
      *
Please login to merge, or discard this patch.
src/Mysql/Insert.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -97,7 +97,6 @@
 block discarded – undo
97 97
      *
98 98
      * @param string $col The column name.
99 99
      *
100
-     * @param mixed,... $val Optional: a value to bind to the placeholder.
101 100
      *
102 101
      * @return $this
103 102
      *
Please login to merge, or discard this patch.