mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Fix typo
This commit is contained in:
parent
73189acb76
commit
d8b4c3967c
1 changed files with 1 additions and 1 deletions
|
@ -1044,7 +1044,7 @@ class TreeBehavior extends ModelBehavior {
|
|||
* @param integer $shift Shift by.
|
||||
* @param string $dir Direction.
|
||||
* @param array $conditions Conditions.
|
||||
* @param boolean $created Wheter it's a new record.
|
||||
* @param boolean $created Whether it's a new record.
|
||||
* @param string $field Field type.
|
||||
* @return void
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue