Skip to content

Commit

Permalink
fixup! Validate sub tmp directory writable
Browse files Browse the repository at this point in the history
  • Loading branch information
koriym committed Jan 13, 2024
1 parent 2abb0e7 commit 82e3664
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sl-src/Cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ public function __construct(string $tmpDir)
if (! is_writable($tmpDir)) {
throw new DirectoryNotWritableException($tmpDir);
}
$this->tmpDir = $tmpDir;
}

/**
Expand Down

0 comments on commit 82e3664

Please sign in to comment.