phpdoc fixes

This commit is contained in:
Sergii Grebeniuk
2012-08-03 18:17:48 +03:00
parent 7256dc2a65
commit 690e8572aa
31 changed files with 48 additions and 28 deletions

View File

@@ -79,8 +79,9 @@ class Belongs_To extends Relationship {
/**
* Match eagerly loaded child models to their parent models.
*
* @param array $children
* @param array $parents
* @param string $relationship
* @param array $children
* @param array $parents
* @return void
*/
public function match($relationship, &$children, $parents)