8000 Fix tests · symfony/symfony@032431b · GitHub
[go: up one dir, main page]

Skip to content

Commit 032431b

Browse files
committed
Fix tests
Signed-off-by: Alexander M. Turek <me@derrabus.de>
1 parent 220e598 commit 032431b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Cache/Adapter/CouchbaseCollectionAdapter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ protected function doDelete(array $ids): bool
200200
/**
201201
* {@inheritdoc}
202202
*/
203-
protected function doSave(array $values, $lifetime)
203+
protected function doSave(array $values, $lifetime): array|bool
204204
{
205205
if (!$values = $this->marshaller->marshall($values, $failed)) {
206206
return $failed;

0 commit comments

Comments
 (0)
0