mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-18 18:46:17 +00:00
Fixed typo
This commit is contained in:
parent
f87ae5469b
commit
65d1c0329c
1 changed files with 1 additions and 1 deletions
|
@ -222,7 +222,7 @@ abstract class ObjectCollection {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Adds or overwrites an instatiated object to the collection
|
* Adds or overwrites an instantiated object to the collection
|
||||||
*
|
*
|
||||||
* @param string $name Name of the object
|
* @param string $name Name of the object
|
||||||
* @param Object $object The object to use
|
* @param Object $object The object to use
|
||||||
|
|
Loading…
Add table
Reference in a new issue