Completed
Push — stable8.2 ( f22e0d...59da52 )
by Joas
10:53
created
lib/parameterhelper.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -335,7 +335,7 @@
 block discarded – undo
335 335
 	 * Split the path from the filename string
336 336
 	 *
337 337
 	 * @param string $filename
338
-	 * @return array Array with path and filename
338
+	 * @return string[] Array with path and filename
339 339
 	 */
340 340
 	protected function splitPathFromFilename($filename) {
341 341
 		if (strrpos($filename, '/') !== false) {
Please login to merge, or discard this patch.