Skip to content

Commit

Permalink
Changing argument name
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Jul 10, 2014
1 parent 769906b commit 22ed2f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Datasource/RepositoryInterface.php
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ public function newEntity(array $data = [], array $options = []);
* @param array $options A list of options for the objects hydration. * @param array $options A list of options for the objects hydration.
* @return array An array of hydrated records. * @return array An array of hydrated records.
*/ */
public function newEntities(array $data, array $associations = []); public function newEntities(array $data, array $options = []);


/** /**
* Merges the passed `$data` into `$entity` respecting the accessible * Merges the passed `$data` into `$entity` respecting the accessible
Expand Down

0 comments on commit 22ed2f8

Please sign in to comment.