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

Skip to content

Commit 2f7463f

Browse files
Merge branch '5.4' into 6.0
* 5.4: [Serializer] cs fix Cleanup more `@return` annotations [Form] Fix phpdoc on FormBuilderInterface
2 parents 7ce2310 + ac2e168 commit 2f7463f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

CacheInterface.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ interface CacheInterface
3838
* See https://en.wikipedia.org/wiki/Cache_stampede#Probabilistic_early_expiration
3939
* @param array &$metadata The metadata of the cached item {@see ItemInterface::getMetadata()}
4040
*
41-
* @return mixed The value corresponding to the provided key
42-
*
4341
* @throws InvalidArgumentException When $key is not valid or when $beta is negative
4442
*/
4543
public function get(string $key, callable $callback, float $beta = null, array &$metadata = null): mixed;

0 commit comments

Comments
 (0)
0