Completed
Push — master ( fda05d...111d7d )
by wen
03:17
created
src/Config/ConfigFactory.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -40,6 +40,9 @@
 block discarded – undo
40 40
         return $this->configManagers->get($name);
41 41
     }
42 42
 
43
+    /**
44
+     * @param string $name
45
+     */
43 46
     private function getConfigFile($name)
44 47
     {
45 48
         return $this->app['path.config']
Please login to merge, or discard this patch.
src/Config/ConfigManager.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -24,6 +24,9 @@
 block discarded – undo
24 24
     protected $model;
25 25
     protected $elements;
26 26
 
27
+    /**
28
+     * @param string $name
29
+     */
27 30
     public function __construct($name, Application $app, Repository $repository)
28 31
     {
29 32
         $this->name             = $name;
Please login to merge, or discard this patch.