Skip to content

Commit

Permalink
Minor docblock fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ceeram committed Jan 9, 2015
1 parent ad132fc commit a81d97e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ORM/Table.php
Expand Up @@ -1875,7 +1875,7 @@ public function newEntities(array $data, array $options = [])
* passing the `fieldList` option, which is also accepted for associations:
*
* {{{
* $articles = $this->Articles->patchEntity($article, $this->request->data(), [
* $article = $this->Articles->patchEntity($article, $this->request->data(), [
* 'fieldList' => ['title', 'body'],
* 'associated' => ['Tags', 'Comments.Users' => ['fieldList' => 'username']]
* ]
Expand Down

0 comments on commit a81d97e

Please sign in to comment.