Skip to content

Commit

Permalink
Add iterator annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Aug 25, 2017
1 parent d4a7300 commit f132aee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ORM/Table.php
Expand Up @@ -885,7 +885,7 @@ public function association($name)
/**
* Get the associations collection for this table.
*
* @return \Cake\ORM\AssociationCollection The collection of association objects.
* @return \Cake\ORM\AssociationCollection|\Cake\ORM\Association[] The collection of association objects.
*/
public function associations()
{
Expand Down

0 comments on commit f132aee

Please sign in to comment.