@@ -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) { |
@@ -87,7 +87,7 @@ |
||
87 | 87 | * Enriches an entity with metadata: |
88 | 88 | * id, version, created_at, updated_at |
89 | 89 | * |
90 | - * @param mixed $id |
|
90 | + * @param string|null $id |
|
91 | 91 | * the id of the entity to enrich |
92 | 92 | * @param Entity $entity |
93 | 93 | * the entity to enrich |