Skip to content

Commit

Permalink
Also apply to interface
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Scherer committed Jan 23, 2015
1 parent 8375689 commit 756cbf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Datasource/EntityInterface.php
Expand Up @@ -36,7 +36,7 @@ interface EntityInterface extends ArrayAccess, JsonSerializable
* keys are `setter` and `guard`
* @return \Cake\Datasource\EntityInterface
*/
public function set($property, $value = null, $options = []);
public function set($property, $value = null, array $options = []);

/**
* Returns the value of a property by name
Expand Down

0 comments on commit 756cbf6

Please sign in to comment.