Completed
Push — master ( d8dd7c...fad061 )
by Rasmus
03:55 queued 01:13
created
src/model/query/UpdateQuery.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
     private $assignments = [];
17 17
 
18 18
     /**
19
-     * @param Column|string $column Column to update (or Column name)
19
+     * @param Column $column Column to update (or Column name)
20 20
      * @param mixed         $value  value to apply
21 21
      *
22 22
      * @return $this
Please login to merge, or discard this patch.