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
|
||||
*
|
||||
* @param array $strs An array of urls as string
|
||||
* @return type
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
protected function resolveAllStrings(array $strs)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue