8000 Merge branch '5.3' into 5.4 · symfony/cache-contracts@c385af1 · GitHub
[go: up one dir, main page]

Skip to content

Commit c385af1

Browse files
Merge branch '5.3' into 5.4
* 5.3: [Contracts] Add missing `@return` annotations [FrameworkBundle] Fixed file operations in Sodium vault seal [Doctrine Bridge] Fix an exception message [Messenger] [Redis] Make `auth` option works
2 parents 57b6c32 + d2f0243 commit c385af1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CacheTrait.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ trait CacheTrait
2727
{
2828
/**
2929
* {@inheritdoc}
30+
*
31+
* @return mixed
3032
*/
3133
public function get(string $key, callable $callback, float $beta = null, array &$metadata = null)
3234
{

0 commit comments

Comments
 (0)
0