Fix wrong return types

This commit is contained in:
Dominik
2016-04-06 15:21:43 +02:00
parent 16641a68c1
commit 561cac21ad
4 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -220,7 +220,7 @@ class elFinderVolumeMySQL extends elFinderVolumeDriver {
* Cache dir contents
*
* @param string $path dir path
* @return void
* @return string
* @author Dmitry Levashov
**/
protected function cacheDir($path) {