8000 Merge branch '4.4' into 5.2 · symfony/cache-contracts@06e6b87 · GitHub
[go: up one dir, main page]

Skip to content

Commit 06e6b87

Browse files
Merge branch '4.4' into 5.2
* 4.4: [Contracts] Add missing `@return` annotations [FrameworkBundle] Fixed file operations in Sodium vault seal
2 parents bc69ca6 + 41c9565 commit 06e6b87

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