Skip to content

Commit 2826cd9

Browse files
committed
v13 compatibility
1 parent cba72a8 commit 2826cd9

File tree

5 files changed

+489
-12
lines changed

5 files changed

+489
-12
lines changed

Classes/Cache/StaticFileBackend.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ 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]
116115
public function get(string $entryIdentifier): mixed
117116
{
118117
if (!$this->has($entryIdentifier)) {

0 commit comments

Comments
 (0)