Completed
Branch master (0f3f2b)
by Rasmus
03:57
created
src/model/UpdateQuery.php 2 patches
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.
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -2,9 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace mindplay\sql\model;
4 4
 
5
-use mindplay\sql\framework\Driver;
6
-use mindplay\sql\framework\TypeProvider;
7
-
8 5
 /**
9 6
  * This class represents an UPDATE query.
10 7
  */
Please login to merge, or discard this patch.