Fix CS error

This commit is contained in:
ADmad 2015-02-15 19:22:44 +05:30
parent 0750a63ed4
commit bdc6a1f010

View file

@ -238,7 +238,7 @@ class TreeBehavior extends ModelBehavior {
*
* @param Model $Model Model using this behavior
* @param int|string $id The ID of the record to read
* @return array|boolean The record read or false
* @return array|bool The record read or false
*/
protected function _getNode(Model $Model, $id) {
$settings = $this->settings[$Model->alias];