Skip to content

Commit cba72a8

Browse files
committed
Test v13
1 parent b4d241a commit cba72a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Classes/Cache/StaticFileBackend.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ public function set($entryIdentifier, $data, array $tags = [], $lifetime = null)
112112
*
113113
* @return mixed The cache entry's content as a string or FALSE if the cache entry could not be loaded
114114
*/
115+
#[\ReturnTypeWillChange]
115116
public function get(string $entryIdentifier): mixed
116117
{
117118
if (!$this->has($entryIdentifier)) {

0 commit comments

Comments
 (0)