@@ -141,7 +141,7 @@ |
||
141 | 141 | * the name of the field |
142 | 142 | * @param string $key |
143 | 143 | * the value of the key |
144 | - * @param mixed $value |
|
144 | + * @param string|boolean $value |
|
145 | 145 | * the new value |
146 | 146 | */ |
147 | 147 | protected function setFieldValue($name, $key, $value) { |
@@ -376,7 +376,7 @@ |
||
376 | 376 | */ |
377 | 377 | protected function enrichWithMany(array $rows) { |
378 | 378 | $manyFields = $this->getManyFields(); |
379 | - $idToData = []; |
|
379 | + $idToData = []; |
|
380 | 380 | foreach ($rows as $row) { |
381 | 381 | $idToData[$row['id']] = $row; |
382 | 382 | } |