Completed
Push — dev ( e82ce8...b83719 )
by Zach
02:20
created
src/Config/PathHelpers.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -9,9 +9,9 @@
 block discarded – undo
9 9
     /**
10 10
      * Get a value from the config array.
11 11
      *
12
-     * @param string|array $value
12
+     * @param string[] $value
13 13
      *
14
-     * @return mixed
14
+     * @return string
15 15
      */
16 16
     abstract public function get($value);
17 17
 
Please login to merge, or discard this patch.