Skip to content

Commit

Permalink
Fix incorrect doc blocks.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Dec 13, 2013
1 parent a7a4e5a commit 54e9606
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cake/ORM/Association/BelongsToMany.php
Expand Up @@ -164,7 +164,7 @@ public function attachTo(Query $query, array $options = []) {
/**
* Get the relationship type.
*
* @return string MANY_TO_ONE
* @return string
*/
public function type() {
return self::MANY_TO_MANY;
Expand Down
2 changes: 1 addition & 1 deletion Cake/ORM/Association/HasMany.php
Expand Up @@ -163,7 +163,7 @@ public function save(Entity $entity, $options = []) {
/**
* Get the relationship type.
*
* @return string MANY_TO_ONE
* @return string
*/
public function type() {
return self::ONE_TO_MANY;
Expand Down

0 comments on commit 54e9606

Please sign in to comment.