@@ -371,7 +371,7 @@ |
||
371 | 371 | * @param string $key The metadata key to look up/create/update |
372 | 372 | * @param mixed $value (Optional) If not present (or `null`), the current |
373 | 373 | * metadata is returned. If present, the metadata is created/updated |
374 | - * @return mixed If not updating the metadata, the metadata (if any) |
|
374 | + * @return string If not updating the metadata, the metadata (if any) |
|
375 | 375 | * currently stored |
376 | 376 | */ |
377 | 377 | public function config($key, $value = null) |