Browse Source

Changing argument name

Jose Lorenzo Rodriguez 11 years ago
parent
commit
22ed2f8eed
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Datasource/RepositoryInterface.php

+ 1 - 1
src/Datasource/RepositoryInterface.php

@@ -167,7 +167,7 @@ interface RepositoryInterface {
  * @param array $options A list of options for the objects hydration.
  * @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