@@ -612,7 +612,7 @@ |
||
612 | 612 | * the name of the field |
613 | 613 | * @param string $key |
614 | 614 | * the value of the key |
615 | - * @param mixed $value |
|
615 | + * @param string $value |
|
616 | 616 | * the new value |
617 | 617 | */ |
618 | 618 | public function setField($name, $key, $value) { |
@@ -221,7 +221,7 @@ |
||
221 | 221 | * |
222 | 222 | * @param array $entities |
223 | 223 | * the entities to extract the ids |
224 | - * @param $field |
|
224 | + * @param string $field |
|
225 | 225 | * the reference field |
226 | 226 | * |
227 | 227 | * @return array |