Skip to content

Commit 0c64ec6

Browse files
Merge branch '4.4' into 5.2
* 4.4: Allow psr/cache v3 but on symfony/cache [DI] fix tracking of changes to vendor/ dirs Remove EOLed 5.1 branch from PR template [HttpKernel] [Kernel] Silence deprecations logs writes Update PULL_REQUEST_TEMPLATE.md [Mailer][Mime] Update inline part names with newly generated ContentId Fixed updating catalogue metadata from intl domain [HttpFoundation] Setting `REQUEST_TIME_FLOAT` when constructing a Request object
2 parents 9e4e059 + 0d263ca commit 0c64ec6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Authentication/Token/NullToken.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,17 @@ public function __unserialize(array $data): void
9494
{
9595
}
9696

97+
/**
98+
* @return string
99+
*/
97100
public function serialize()
98101
{
99102
return '';
100103
}
101104

105+
/**
106+
* @return void
107+
*/
102108
public function unserialize($serialized)
103109
{
104110
}

0 commit comments

Comments
 (0)