monitoring: Fix PHPDoc of MonitoredObject::obfuscateCustomVars()
refs #10640
This commit is contained in:
parent
7bc489ba4d
commit
acd2ef709e
|
@ -463,7 +463,7 @@ abstract class MonitoredObject implements Filterable
|
|||
}
|
||||
|
||||
/**
|
||||
* Obfuscate custom variables recursively for $this->customvars.
|
||||
* Obfuscate custom variables recursively
|
||||
*
|
||||
* @param stdClass|array $customvars The custom variables to obfuscate
|
||||
* @param string $blacklistPattern Which custom variables to obfuscate
|
||||
|
|
Loading…
Reference in New Issue