Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Improve API docs
  • Loading branch information
kicaj committed Jul 12, 2017
1 parent 21e5359 commit bc64e1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ORM/Association.php
Expand Up @@ -498,7 +498,7 @@ public function conditions($conditions = null)
* Sets the name of the field representing the binding field with the target table.
* When not manually specified the primary key of the owning side table is used.
*
* @param string $key the table field to be used to link both tables together
* @param string|array $key the table field or fields to be used to link both tables together
* @return $this
*/
public function setBindingKey($key)
Expand Down Expand Up @@ -557,7 +557,7 @@ public function getForeignKey()
/**
* Sets the name of the field representing the foreign key to the target table.
*
* @param string $key the key to be used to link both tables together
* @param string|array $key the key or keys to be used to link both tables together
* @return $this
*/
public function setForeignKey($key)
Expand Down

0 comments on commit bc64e1f

Please sign in to comment.