Completed
Push — master ( e2bffb...4608b7 )
by Seth
05:07 queued 03:26
created
src/Toolbox.php 2 patches
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -4,13 +4,10 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -371,7 +371,7 @@
 block discarded – undo
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)
Please login to merge, or discard this patch.