Skip to content

Commit

Permalink
Fix doc blocks around Entity.
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Sep 29, 2017
1 parent 151a7e4 commit 95d93b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Datasource/EntityInterface.php
Expand Up @@ -70,7 +70,7 @@ public function &get($property);
* Returns whether this entity contains a property named $property
* regardless of if it is empty.
*
* @param string $property The property to check.
* @param string|array $property The property to check.
* @return bool
*/
public function has($property);
Expand Down
2 changes: 1 addition & 1 deletion src/Datasource/EntityTrait.php
Expand Up @@ -151,7 +151,7 @@ public function __set($property, $value)
* Returns whether this entity contains a property named $property
* regardless of if it is empty.
*
* @param string $property The property to check.
* @param string|array $property The property to check.
* @return bool
* @see \Cake\ORM\Entity::has()
*/
Expand Down

0 comments on commit 95d93b2

Please sign in to comment.