@@ -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) { |
@@ -203,10 +203,6 @@ |
||
| 203 | 203 | /** |
| 204 | 204 | * Initializes the instance. |
| 205 | 205 | * |
| 206 | - * @param DataFactoryInterface $dataFactory |
|
| 207 | - * the factory to create the concrete AbstractData instances |
|
| 208 | - * @param string $crudFile |
|
| 209 | - * the CRUD YAML file to parse |
|
| 210 | 206 | * @param string|null $crudFileCachingDirectory |
| 211 | 207 | * the writable directory to store the CRUD YAML file cache |
| 212 | 208 | * @param Container $app |