Completed
Push — master ( 9c1f83...0c1135 )
by Paulo Rodrigues
10:00
created
DependencyInjection/Configuration.php 1 patch
Doc Comments   +7 added lines patch added patch discarded remove patch
@@ -81,6 +81,9 @@  discard block
 block discarded – undo
81 81
         ;
82 82
     }
83 83
 
84
+    /**
85
+     * @param string $defaultValue
86
+     */
84 87
     private function addPackagePrefixSection($defaultValue = null)
85 88
     {
86 89
         $node = $this->createRoot('prefix')
@@ -197,6 +200,10 @@  discard block
 block discarded – undo
197 200
         return $config;
198 201
     }
199 202
 
203
+    /**
204
+     * @param string $root
205
+     * @param string $type
206
+     */
200 207
     private function createRoot($root, $type = null)
201 208
     {
202 209
         $treeBuilder = new TreeBuilder();
Please login to merge, or discard this patch.