Skip to content

Commit

Permalink
EntityInterface FQCN
Browse files Browse the repository at this point in the history
  • Loading branch information
asgraf authored Jun 19, 2018
1 parent de326b8 commit 7247aea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/View/Helper/CrudViewHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down Expand Up @@ -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
*/
Expand Down

0 comments on commit 7247aea

Please sign in to comment.