Completed
Pull Request — 3.x (#110)
by
unknown
02:29 queued 01:01
created
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 self
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 self
103 102
      *
Please login to merge, or discard this patch.