Skip to content

Commit

Permalink
Improve doc block.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Mar 20, 2014
1 parent 3db08e5 commit 8f0c385
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ORM/Associations.php
Expand Up @@ -99,8 +99,8 @@ public function keys() {
/**
* Get an array of associations matching a specific type.
*
* @param string $class
* @return array
* @param string $class The type of associations you want. For example 'BelongsTo'
* @return array An array of Association objects.
*/
public function type($class) {
$out = array_filter($this->_items, function ($assoc) use ($class) {
Expand Down

0 comments on commit 8f0c385

Please sign in to comment.