Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cerbero90 committed Jan 17, 2025
1 parent 5651c99 commit d0c6d45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Capsules/CacheKey.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ public function put(mixed $value, DateTimeInterface|DateInterval|int|null $ttl =
*/
public function set(mixed $value, DateTimeInterface|DateInterval|int|null $ttl = null): bool
{
/** @phpstan-ignore argument.type */
return Cache::set($this->key, $value, $ttl);
}

Expand Down

0 comments on commit d0c6d45

Please sign in to comment.