Add todos for missing return statements

This commit is contained in:
Dominik
2016-04-06 15:35:07 +02:00
parent 7a941f6ae7
commit ada89885ac
3 changed files with 4 additions and 0 deletions
@@ -1092,6 +1092,7 @@ class elFinderVolumeLocalFileSystem extends elFinderVolumeDriver {
return (is_array($result) || file_exists($result)) ? $result : false;
}
//TODO: Add return statement here
}
/**