Skip to content

Commit f6a4b8e

Browse files
milodg
authored andcommitted
typo
1 parent df4267d commit f6a4b8e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/Caching/Cache.php

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -170,14 +170,13 @@ public function bulkLoad(array $keys, ?callable $generator = null): array
170170
/**
171171
* Writes item into the cache.
172172
* Dependencies are:
173-
* - Cache::Priortiy => (int) priority
174-
* - Cache::Exprie => (timestamp) expiration
173+
* - Cache::Priority => (int) priority
174+
* - Cache::Expire => (timestamp) expiration
175175
* - Cache::Sliding => (bool) use sliding expiration?
176176
* - Cache::Tags => (array) tags
177177
* - Cache::Files => (array|string) file names
178178
* - Cache::Items => (array|string) cache items
179-
* - Cache::Consts => (array|string) cache items
180-
*
179+
* - Cache::Constants => (array|string) cache items
181180
* @param mixed $key
182181
* @param mixed $data
183182
* @return mixed value itself

0 commit comments

Comments
 (0)