Completed
Push — master ( c43e2f...695fea )
by Victor
03:07
created
src/Utils/FilesystemHelper.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -191,7 +191,7 @@
 block discarded – undo
191 191
 	}
192 192
 
193 193
 	/**
194
-	 * @param $dir
194
+	 * @param string $dir
195 195
 	 * @return bool
196 196
 	 */
197 197
 	public function rmdirr($dir) {
Please login to merge, or discard this patch.
src/Utils/Locator.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -95,7 +95,7 @@  discard block
 block discarded – undo
95 95
 	}
96 96
 
97 97
 	/**
98
-	 * @return array
98
+	 * @return string[]
99 99
 	 */
100 100
 	public function getUpdaterContent(){
101 101
 		return [
@@ -237,7 +237,7 @@  discard block
 block discarded – undo
237 237
 
238 238
 	/**
239 239
 	 * @param string $filePostfix
240
-	 * @return array
240
+	 * @return string[]
241 241
 	 */
242 242
 	public function getPathtoConfigFiles($filePostfix = 'config.php'){
243 243
 		// Only config.php for now
Please login to merge, or discard this patch.