Skip to content

Commit

Permalink
Fix docblocks
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Dec 14, 2016
1 parent 5f3f16a commit e288580
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 @@ -60,7 +60,7 @@ public function has($property);
* Removes a property or list of properties from this entity
*
* @param string|array $property The property to unset.
* @return \Cake\ORM\
* @return \Cake\Datasource\EntityInterface
*/
public function unsetProperty($property);

Expand Down
2 changes: 1 addition & 1 deletion src/Datasource/RuleInvoker.php
Expand Up @@ -104,7 +104,7 @@ public function setName($name)
/**
* Invoke the rule.
*
* @param \Cake\Datasouce\EntityInterface $entity The entity the rule
* @param \Cake\Datasource\EntityInterface $entity The entity the rule
* should apply to.
* @param array $scope The rule's scope/options.
* @return bool Whether or not the rule passed.
Expand Down

0 comments on commit e288580

Please sign in to comment.