Completed
Push — develop ( 4a76c2...5ba787 )
by Seth
02:03
created
src/Toolbox.php 1 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.