@@ -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 |