diff options
Diffstat (limited to 'lib/CacheInterface.php')
-rw-r--r-- | lib/CacheInterface.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CacheInterface.php b/lib/CacheInterface.php index 67cee681..1c3b89ca 100644 --- a/lib/CacheInterface.php +++ b/lib/CacheInterface.php @@ -55,7 +55,7 @@ interface CacheInterface /** * Returns the timestamp for the curent cache data * - * @return int Timestamp or null + * @return ?int Timestamp */ public function getTime(); |