@@ -82,7 +82,7 @@ |
||
| 82 | 82 | * This method implements `IteratorAggregate`, permitting you to iterate directly over |
| 83 | 83 | * the resulting records (or objects) without explicitly having to call this method. |
| 84 | 84 | * |
| 85 | - * @return Iterator |
|
| 85 | + * @return \Traversable |
|
| 86 | 86 | */ |
| 87 | 87 | public function getIterator() |
| 88 | 88 | { |
@@ -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 |
@@ -5,7 +5,6 @@ |
||
| 5 | 5 | use InvalidArgumentException; |
| 6 | 6 | use mindplay\sql\framework\Logger; |
| 7 | 7 | use mindplay\sql\framework\PreparedStatement; |
| 8 | -use mindplay\sql\model\Driver; |
|
| 9 | 8 | use mindplay\sql\model\TypeProvider; |
| 10 | 9 | use PDO; |
| 11 | 10 | use PDOStatement; |