Completed
Pull Request — master (#7)
by
unknown
01:31
created
src/Database/ActiveRecordModel.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -153,7 +153,7 @@  discard block
 block discarded – undo
153 153
      * Save current object/row, update with where.
154 154
      *
155 155
      * @param string $where to use in where statement.
156
-     * @param mixed  $params to use in where statement.
156
+     * @param mixed  $param to use in where statement.
157 157
      *
158 158
      * @return void
159 159
      */
@@ -212,7 +212,6 @@  discard block
 block discarded – undo
212 212
      * Update row where.
213 213
      *
214 214
      * @param string $where to use in where statement.
215
-     * @param mixed  $value to use in where statement.
216 215
      *
217 216
      * @return void
218 217
      */
Please login to merge, or discard this patch.