Completed
Pull Request — master (#58)
by Jan Philipp
01:44
created
src/Application/Application.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -198,7 +198,7 @@
 block discarded – undo
198 198
     }
199 199
 
200 200
     /**
201
-     * @param $string
201
+     * @param string $string
202 202
      */
203 203
     public function notifySuccess($string)
204 204
     {
Please login to merge, or discard this patch.
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.