Completed
Push — master ( 2fa00d...5efdd3 )
by Greg
03:04
created
src/Config/Config.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -139,7 +139,7 @@  discard block
 block discarded – undo
139 139
      * Return the default value for a given configuration item.
140 140
      *
141 141
      * @param string $key
142
-     * @param mixed $defaultOverride
142
+     * @param string|null $defaultOverride
143 143
      *
144 144
      * @return mixed
145 145
      */
@@ -190,7 +190,6 @@  discard block
 block discarded – undo
190 190
     }
191 191
 
192 192
     /**
193
-     * @param bool $simulated
194 193
      *
195 194
      * @return $this
196 195
      */
Please login to merge, or discard this patch.