Browse Source

Fix coding standard errors

Walther Lalk 12 years ago
parent
commit
0dbcfd640e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/ORM/Table.php

+ 2 - 2
src/ORM/Table.php

@@ -528,13 +528,13 @@ class Table implements RepositoryInterface, EventListener {
  *
  * @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