mirror of
https://github.com/silverstripe/silverstripe-textextraction
synced 2024-10-22 11:06:00 +02:00
Merge pull request #71 from GuySartorelli/patch-1
DOCS Fix incorrect PHPDoc about what null lifetime means.
This commit is contained in:
commit
77fecc4c53
@ -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