Skip to content

Commit 41e4f8d

Browse files
g-battagliadg
authored andcommitted
typo
1 parent a4182aa commit 41e4f8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Caching/Cache.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ public function bulkLoad(array $keys, ?callable $generator = null): array
179179
* Writes item into the cache.
180180
* Dependencies are:
181181
* - Cache::Priority => (int) priority
182-
* - Cache::Expire => (timestamp) expiration
182+
* - Cache::Expire => (timestamp) expiration, infinite if null
183183
* - Cache::Sliding => (bool) use sliding expiration?
184184
* - Cache::Tags => (array) tags
185185
* - Cache::Files => (array|string) file names

0 commit comments

Comments
 (0)