@@ -16,7 +16,7 @@ |
||
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 |
@@ -2,9 +2,6 @@ |
||
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 | */ |