Skip to content

Commit

Permalink
Fix documented types for setConditions()
Browse files Browse the repository at this point in the history
Refs #11767
  • Loading branch information
markstory committed Feb 27, 2018
1 parent fe7c3a8 commit 75ba2b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ORM/Association.php
Expand Up @@ -456,7 +456,7 @@ public function target(Table $table = null)
* Sets a list of conditions to be always included when fetching records from
* the target association.
*
* @param array $conditions list of conditions to be used
* @param array|callable $conditions list of conditions to be used
* @see \Cake\Database\Query::where() for examples on the format of the array
* @return $this
*/
Expand Down

0 comments on commit 75ba2b4

Please sign in to comment.