mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 08:14:03 +02:00
lib: Fix PHPDoc in ConfigObject
This commit is contained in:
parent
d90790e86d
commit
b0a75dd89b
@ -173,8 +173,10 @@ class ConfigObject extends ArrayDatasource implements Iterator, ArrayAccess
|
|||||||
/**
|
/**
|
||||||
* Add a new property or section
|
* Add a new property or section
|
||||||
*
|
*
|
||||||
* @param string $key The name of the new property or section
|
* @param string $key The name of the new property or section
|
||||||
* @param mixed $value The value to set for the new property or section
|
* @param mixed $value The value to set for the new property or section
|
||||||
|
*
|
||||||
|
* @throws ProgrammingError If the key is null
|
||||||
*/
|
*/
|
||||||
public function offsetSet($key, $value)
|
public function offsetSet($key, $value)
|
||||||
{
|
{
|
||||||
@ -254,7 +256,7 @@ class ConfigObject extends ArrayDatasource implements Iterator, ArrayAccess
|
|||||||
/**
|
/**
|
||||||
* Merge the given data with this config
|
* Merge the given data with this config
|
||||||
*
|
*
|
||||||
* @param array|Config $data An array or a config
|
* @param array|ConfigObject $data An array or a config
|
||||||
*
|
*
|
||||||
* @return $this
|
* @return $this
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user