Skip to content

Commit a92fbfb

Browse files
authored
Merge pull request #28 from Flowpack/task/php84
TASK: PHP8.4 compatibility
2 parents f32229d + 2e93f4b commit a92fbfb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Classes/Cache/MetadataAwareStringFrontend.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class MetadataAwareStringFrontend extends StringFrontend
3939
*
4040
* {@inheritdoc}
4141
*/
42-
public function set(string $entryIdentifier, $content, array $tags = [], int $lifetime = null)
42+
public function set(string $entryIdentifier, $content, array $tags = [], ?int $lifetime = null)
4343
{
4444
$content = $this->insertMetadata($content, $entryIdentifier, $tags, $lifetime);
4545
parent::set($entryIdentifier, $content, $tags, $lifetime);

0 commit comments

Comments
 (0)