mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 08:44:10 +02:00
monitoring: Fix PHPDoc of MonitoredObject::resolveAllStrings()
This commit is contained in:
parent
dc5e86002b
commit
54a45ff338
@ -588,7 +588,8 @@ abstract class MonitoredObject implements Filterable
|
|||||||
* Resolve macros in all given strings in the current object context
|
* Resolve macros in all given strings in the current object context
|
||||||
*
|
*
|
||||||
* @param array $strs An array of urls as string
|
* @param array $strs An array of urls as string
|
||||||
* @return type
|
*
|
||||||
|
* @return array
|
||||||
*/
|
*/
|
||||||
protected function resolveAllStrings(array $strs)
|
protected function resolveAllStrings(array $strs)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user