diff --git a/src/View/Helper/CrudViewHelper.php b/src/View/Helper/CrudViewHelper.php index e92c14a6..a2ce79e7 100644 --- a/src/View/Helper/CrudViewHelper.php +++ b/src/View/Helper/CrudViewHelper.php @@ -66,7 +66,7 @@ public function getContext() * Process a single field into an output * * @param string $field The field to process. - * @param EntityInterface $data The entity data. + * @param \Cake\Datasource\EntityInterface $data The entity data. * @param array $options Processing options. * @return string|null|array|bool|int */ @@ -102,7 +102,7 @@ public function process($field, EntityInterface $data, array $options = []) /** * Get the current field value * - * @param EntityInterface $data The entity data. + * @param \Cake\Datasource\EntityInterface $data The entity data. * @param string $field The field to extract, if null, the field from the entity context is used. * @return mixed */