monitoring: Fix PHPDoc of MonitoredObject::resolveAllStrings()

This commit is contained in:
Eric Lippmann 2015-09-03 14:08:43 +02:00
parent dc5e86002b
commit 54a45ff338
1 changed files with 2 additions and 1 deletions

View File

@ -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)
{