Skip to content

Commit

Permalink
Fix CS error
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Feb 15, 2015
1 parent 0750a63 commit bdc6a1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Model/Behavior/TreeBehavior.php
Expand Up @@ -238,7 +238,7 @@ public function beforeSave(Model $Model, $options = array()) {
*
* @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];
Expand Down

0 comments on commit bdc6a1f

Please sign in to comment.