Completed
Push — master ( d9d9da...ee7b7c )
by Xeriab
03:27 queued 18s
created
src/Konfig.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -137,7 +137,7 @@
 block discarded – undo
137 137
      * Gets a parser for a given file extension
138 138
      *
139 139
      * @param  string $ext
140
-     * @return Konfig\FileParser
140
+     * @return FileParser
141 141
      * @throws UnsupportedFileFormatException If `$path` is an unsupported file format
142 142
      */
143 143
     private function getParser($ext)
Please login to merge, or discard this patch.
src/Arr.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -180,7 +180,7 @@
 block discarded – undo
180 180
      * Un-sets dot-notated key from an array
181 181
      *
182 182
      * @param array $array The search array
183
-     * @param mixed $key The dot-notated key or array of keys
183
+     * @param string $key The dot-notated key or array of keys
184 184
      * @return mixed
185 185
      * @since 0.1.0
186 186
      */
Please login to merge, or discard this patch.