We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f32229d + 2e93f4b commit a92fbfbCopy full SHA for a92fbfb
1 file changed
Classes/Cache/MetadataAwareStringFrontend.php
@@ -39,7 +39,7 @@ class MetadataAwareStringFrontend extends StringFrontend
39
*
40
* {@inheritdoc}
41
*/
42
- public function set(string $entryIdentifier, $content, array $tags = [], int $lifetime = null)
+ public function set(string $entryIdentifier, $content, array $tags = [], ?int $lifetime = null)
43
{
44
$content = $this->insertMetadata($content, $entryIdentifier, $tags, $lifetime);
45
parent::set($entryIdentifier, $content, $tags, $lifetime);
0 commit comments