mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Fix CS error
This commit is contained in:
parent
0750a63ed4
commit
bdc6a1f010
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ class TreeBehavior extends ModelBehavior {
|
||||||
*
|
*
|
||||||
* @param Model $Model Model using this behavior
|
* @param Model $Model Model using this behavior
|
||||||
* @param int|string $id The ID of the record to read
|
* @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) {
|
protected function _getNode(Model $Model, $id) {
|
||||||
$settings = $this->settings[$Model->alias];
|
$settings = $this->settings[$Model->alias];
|
||||||
|
|
Loading…
Reference in a new issue