diff --git a/src/ORM/Table.php b/src/ORM/Table.php index 191ad9b67d0..41f2e7592ff 100644 --- a/src/ORM/Table.php +++ b/src/ORM/Table.php @@ -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