We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90d9e5d commit 212659bCopy full SHA for 212659b
src/Internal/Service/StorageServiceInterface.php
@@ -77,7 +77,7 @@ public function increase(string $uuid, float|int|string $value): string;
77
* @param non-empty-array<non-empty-string> $uuids The UUIDs of the stored values.
78
* @return non-empty-array<non-empty-string, non-empty-string> The stored values. The keys are the UUIDs and the values are the corresponding
79
* stored values.
80
- *
+ *
81
* @throws RecordNotFoundException If any of the values with the given UUIDs are not found.
82
*/
83
public function multiGet(array $uuids): array;
0 commit comments