From 8a564a40f2909f2ef5e64f73048a1d98041eaa17 Mon Sep 17 00:00:00 2001 From: Al Ganiev Date: Sun, 9 Dec 2018 14:24:53 +1000 Subject: [PATCH] Apply fixes from StyleCI (#343) --- src/Loader/ElFinderLoader.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }