Completed
Push — master ( f3c7b7...780718 )
by Mikael
01:53
created
src/Database/ActiveRecordModel.php 1 patch
Doc Comments   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -98,7 +98,6 @@  discard block
 block discarded – undo
98 98
      * Find and return first object by its tableIdColumn and use
99 99
      * its data to populate this instance.
100 100
      *
101
-     * @param string $column to use in where statement.
102 101
      * @param mixed  $value  to use in where statement.
103 102
      *
104 103
      * @return this
@@ -205,7 +204,7 @@  discard block
 block discarded – undo
205 204
      * Save current object/row, update with where.
206 205
      *
207 206
      * @param string $where to use in where statement.
208
-     * @param mixed  $params to use in where statement.
207
+     * @param mixed  $param to use in where statement.
209 208
      *
210 209
      * @return void
211 210
      */
@@ -264,7 +263,6 @@  discard block
 block discarded – undo
264 263
      * Update row where.
265 264
      *
266 265
      * @param string $where to use in where statement.
267
-     * @param mixed  $value to use in where statement.
268 266
      *
269 267
      * @return void
270 268
      */
Please login to merge, or discard this patch.