We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
non-empty-string
MetadataCapableInterface#getMetadatas
1 parent 00b58ad commit 2841b2fCopy full SHA for 2841b2f
src/Storage/MetadataCapableInterface.php
@@ -24,7 +24,7 @@ public function getMetadata(string $key): ?object;
24
* Get multiple metadata
25
*
26
* @param non-empty-list<non-empty-string> $keys
27
- * @return array<string,TMetadata> Associative array of keys and metadata
+ * @return array<non-empty-string|int,TMetadata> Associative array of keys and metadata
28
* @throws ExceptionInterface
29
*/
30
public function getMetadatas(array $keys): array;
0 commit comments