We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe6915e commit c942289Copy full SHA for c942289
src/Document/Metadata/MetadataInterface.php
@@ -37,7 +37,7 @@ public function getFacetableAttributes(): array;
37
/**
38
* Returns the names of the facetable attributes
39
*
40
- * @return array<string>
+ * @return list<string>
41
*/
42
public function getFacetableAttributeNames(): array;
43
0 commit comments