@@ -20,7 +20,7 @@ |
||
20 | 20 | * Add an object to this collection |
21 | 21 | * @param object $object The object you want to add |
22 | 22 | * |
23 | - * @return True when added with success, else false |
|
23 | + * @return boolean when added with success, else false |
|
24 | 24 | */ |
25 | 25 | public function add($object) |
26 | 26 | { |