mirror of
https://github.com/silverstripe/silverstripe-textextraction
synced 2024-10-22 11:06:00 +02:00
DOCS Fix incorrect PHPDoc about what null lifetime means.
This commit is contained in:
parent
88e7f27c5c
commit
d03a9f06e2
@ -18,7 +18,7 @@ class Cache implements FileTextCache, Flushable
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Lifetime of cache in seconds
|
* Lifetime of cache in seconds
|
||||||
* Null is indefinite
|
* Null defaults to 3600 (1 hour)
|
||||||
*
|
*
|
||||||
* @var int|null
|
* @var int|null
|
||||||
* @config
|
* @config
|
||||||
|
Loading…
Reference in New Issue
Block a user