Skip to content

Commit

Permalink
Fixing doc blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Dec 13, 2014
1 parent c13a2a3 commit a13caea
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/ORM/EagerLoader.php
Expand Up @@ -424,7 +424,8 @@ protected function _correctStrategy(&$config, $alias) {
* Helper function used to compile a list of all associations that can be
* joined in the query.
*
* @param array $associations list of associations for $source
* @param array $associations list of associations from which to obtain joins
* @param array $matching list of associations that should be forcedly joined
* @return array
*/
protected function _resolveJoins($associations, $matching = []) {
Expand Down Expand Up @@ -496,7 +497,7 @@ public function loadExternal($query, $statement) {
* - entityClass: The entity that should be used for hydrating the results
* - nestKey: A dotted path that can be used to inserting the data in the correct nesting.
*
* @param \Cake\ORM\Table $repository The table containing the association that
* @param \Cake\ORM\Table $table The table containing the association that
* will be normalized
* @return array
*/
Expand Down

0 comments on commit a13caea

Please sign in to comment.