Skip to content

Commit

Permalink
Merge pull request #12122 from o0h/fix-phpdoc-typo
Browse files Browse the repository at this point in the history
Fix a typo
  • Loading branch information
dereuromark committed May 23, 2018
2 parents 0e76d16 + 8b1026f commit cd8f26e
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 cd8f26e

Please sign in to comment.