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

View File

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