DOCS Fix incorrect PHPDoc about what null lifetime means.

This commit is contained in:
Guy Sartorelli 2022-03-09 16:03:03 +13:00 committed by GitHub
parent 88e7f27c5c
commit d03a9f06e2
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