@@ -169,7 +169,7 @@ |
||
169 | 169 | } |
170 | 170 | |
171 | 171 | /** |
172 | - * @return bool |
|
172 | + * @return integer |
|
173 | 173 | */ |
174 | 174 | public function getFoundRows() { |
175 | 175 | return $this->foundRows; |
@@ -74,7 +74,7 @@ |
||
74 | 74 | } |
75 | 75 | |
76 | 76 | /** |
77 | - * @return mixed |
|
77 | + * @return integer |
|
78 | 78 | */ |
79 | 79 | public function key() { |
80 | 80 | return $this->idx; |
@@ -4,7 +4,6 @@ |
||
4 | 4 | use Closure; |
5 | 5 | use Iterator; |
6 | 6 | use Kir\MySQL\Builder\QueryStatement; |
7 | -use PDO; |
|
8 | 7 | |
9 | 8 | class YieldPolyfillIterator implements Iterator { |
10 | 9 | /** @var Closure|null */ |
@@ -78,7 +78,7 @@ |
||
78 | 78 | } |
79 | 79 | |
80 | 80 | /** |
81 | - * @return array |
|
81 | + * @return string[] |
|
82 | 82 | */ |
83 | 83 | public function getFields() { |
84 | 84 | return $this->fields; |