diff --git a/src/Loader/ElFinderLoader.php b/src/Loader/ElFinderLoader.php index 4464682..577f838 100644 --- a/src/Loader/ElFinderLoader.php +++ b/src/Loader/ElFinderLoader.php @@ -140,7 +140,7 @@ public function decode($hash) { $volume = $this->bridge->getVolume($hash); - /** @var $volume \elFinderVolumeDriver */ + /* @var $volume \elFinderVolumeDriver */ return (!empty($volume)) ? $volume->getPath($hash) : false; }