Skip to content

Commit

Permalink
Apply fixes from StyleCI (#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
helios-ag authored Dec 9, 2018
1 parent 90abef5 commit 8a564a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Loader/ElFinderLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 8a564a4

Please sign in to comment.