Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Oct 18, 2020
1 parent c431e38 commit 0180fbf
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/Cache/FileCacheStorage.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ public function __construct(string $directory)
$this->directory = $directory;
}

public function makeRootDir(): void
{
$this->makeDir($this->directory);
}

private function makeDir(string $directory): void
{
if (is_dir($directory)) {
Expand Down

0 comments on commit 0180fbf

Please sign in to comment.