Completed
Pull Request — master (#61)
by Thomas
01:44
created
src/Application/ApplicationFactory.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -133,6 +133,9 @@
 block discarded – undo
133 133
         return $reformattedParams;
134 134
     }
135 135
 
136
+    /**
137
+     * @param string $directory
138
+     */
136 139
     public function getConfigFiles($directory)
137 140
     {
138 141
         return  (new ConfigFileFinder())->discoverFiles($directory);
Please login to merge, or discard this patch.