Skip to content

Commit

Permalink
fixup! fixup! Create CacheReader
Browse files Browse the repository at this point in the history
  • Loading branch information
koriym committed Sep 8, 2023
1 parent d225bd5 commit de2eecd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sl-src/Cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ final class Cache
/** @var string */
private $tmpDir;

public function __construct($tmpDir)
public function __construct(string $tmpDir)
{
$this->tmpDir = $tmpDir;
$this->tmpDir = $tmpDir;
}

/**
Expand Down

0 comments on commit de2eecd

Please sign in to comment.