Skip to content

Commit

Permalink
Another CS fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Mar 3, 2014
1 parent 7a25d23 commit 649b0d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Datasource/RepositoryInterface.php
Expand Up @@ -186,7 +186,7 @@ public function newEntities(array $data, $associations = null);
* @param array $include The list of associations to be merged
* @return \Cake\Datasource\EntityInterface
*/
public function patchEntity(EntityInterface $entity, array $data, $associations = null);
public function patchEntity(EntityInterface $entity, array $data, $associations = null);

/**
* Merges each of the elements passed in `$data` into the entities
Expand All @@ -206,6 +206,6 @@ public function patchEntity(EntityInterface $entity, array $data, $associations
* @param array $include The list of associations to be merged
* @return array
*/
public function patchEntities($entities, array $data, $associations = null);
public function patchEntities($entities, array $data, $associations = null);

}

0 comments on commit 649b0d9

Please sign in to comment.