Completed
Pull Request — master (#1952)
by Basil
02:12
created
core/Config.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -226,6 +226,9 @@
 block discarded – undo
226 226
         }
227 227
     }
228 228
 
229
+    /**
230
+     * @param string $section
231
+     */
229 232
     private function handleKeyBaseMerge(&$config, ConfigDefinition $definition, $section)
230 233
     {
231 234
         if (!array_key_exists($section, $config)) {
Please login to merge, or discard this patch.