Skip to content

Commit

Permalink
Fix coding standard errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Walther Lalk committed May 14, 2014
1 parent 80edbe4 commit 0dbcfd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ORM/Table.php
Expand Up @@ -528,13 +528,13 @@ public function hasBehavior($name) {
*
* @param string $name The behavior alias to check.
*
* @return \Cake\ORM\Behavior or null
* @return \Cake\ORM\Behavior|null
*/
public function getBehavior($name) {
return $this->_behaviors->{$name};
}

/**
/**
* Returns a association objected configured for the specified alias if any
*
* @param string $name the alias used for the association
Expand Down

0 comments on commit 0dbcfd6

Please sign in to comment.