Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/3288'
Browse files Browse the repository at this point in the history
  • Loading branch information
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Compress/Rar.php
Expand Up @@ -188,8 +188,6 @@ public function compress($content)
*/
public function decompress($content)
{
$archive = $this->getArchive();

if (!file_exists($content)) {
throw new Exception\RuntimeException('RAR Archive not found');
}
Expand Down

0 comments on commit 1681df7

Please sign in to comment.