Completed
Push — master ( 6760b6...21593a )
by Rudie
02:10
created
features/bootstrap/ProxyFeatureContext.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -158,6 +158,8 @@  discard block
 block discarded – undo
158 158
 
159 159
 	/**
160 160
 	 *
161
+	 * @param string $filename
162
+	 * @param string $content
161 163
 	 */
162 164
 	private function createFile($filename, $content) {
163 165
 		$path = dirname($filename);
@@ -170,6 +172,7 @@  discard block
 block discarded – undo
170 172
 
171 173
 	/**
172 174
 	 *
175
+	 * @param string $path
173 176
 	 */
174 177
 	private static function clearDirectory($path) {
175 178
 		$files = scandir($path);
Please login to merge, or discard this patch.