Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
o0h committed May 23, 2018
1 parent 0e76d16 commit 8b1026f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ORM/LazyEagerLoader.php
Expand Up @@ -36,7 +36,7 @@ class LazyEagerLoader
*
* @param \Cake\Datasource\EntityInterface|array $entities a single entity or list of entities
* @param array $contain A `contain()` compatible array.
* @see \Cake\ORM\Query\contain()
* @see \Cake\ORM\Query::contain()
* @param \Cake\ORM\Table $source The table to use for fetching the top level entities
* @return \Cake\Datasource\EntityInterface|array
*/
Expand Down

0 comments on commit 8b1026f

Please sign in to comment.