@@ -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) { |
@@ -132,7 +132,7 @@ |
||
132 | 132 | * Enriches an entity with metadata: |
133 | 133 | * id, version, created_at, updated_at |
134 | 134 | * |
135 | - * @param mixed $id |
|
135 | + * @param Entity $id |
|
136 | 136 | * the id of the entity to enrich |
137 | 137 | * @param Entity $entity |
138 | 138 | * the entity to enrich |