Skip to content

Commit 212659b

Browse files
committed
tmp
1 parent 90d9e5d commit 212659b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Internal/Service/StorageServiceInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public function increase(string $uuid, float|int|string $value): string;
7777
* @param non-empty-array<non-empty-string> $uuids The UUIDs of the stored values.
7878
* @return non-empty-array<non-empty-string, non-empty-string> The stored values. The keys are the UUIDs and the values are the corresponding
7979
* stored values.
80-
*
80+
*
8181
* @throws RecordNotFoundException If any of the values with the given UUIDs are not found.
8282
*/
8383
public function multiGet(array $uuids): array;

0 commit comments

Comments
 (0)