Skip to content

Commit

Permalink
Aadding missing docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Aug 6, 2016
1 parent 6b984fb commit 11c1484
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ORM/Association.php
Expand Up @@ -641,6 +641,8 @@ protected function _appendNotMatching($query, $options)
* should be found
* @param bool $joined Whether or not the row is a result of a direct join
* with this association
* @param string $targetProperty The property name in the source results where the association
* data shuld be nested in. Will use the default one if not provided.
* @return array
*/
public function transformRow($row, $nestKey, $joined, $targetProperty = null)
Expand Down

0 comments on commit 11c1484

Please sign in to comment.