Merge pull request #71 from GuySartorelli/patch-1

DOCS Fix incorrect PHPDoc about what null lifetime means.
This commit is contained in:
Michal Kleiner 2022-03-10 07:38:08 +13:00 committed by GitHub
commit 77fecc4c53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ class Cache implements FileTextCache, Flushable
/**
* Lifetime of cache in seconds
* Null is indefinite
* Null defaults to 3600 (1 hour)
*
* @var int|null
* @config