@@ -4,13 +4,10 @@ |
||
4 | 4 | |
5 | 5 | use mysqli; |
6 | 6 | use Serializable; |
7 | - |
|
8 | 7 | use Log; |
9 | - |
|
10 | 8 | use Battis\AppMetadata; |
11 | 9 | use Battis\ConfigXML; |
12 | 10 | use Battis\DataUtilities; |
13 | - |
|
14 | 11 | use smtech\CanvasPest\CanvasPest; |
15 | 12 | use smtech\ReflexiveCanvasLTI\LTI\ToolProvider; |
16 | 13 | use smtech\ReflexiveCanvasLTI\Exception\ConfigurationException; |
@@ -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) |