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 565fbb6 commit d610158Copy full SHA for d610158
lib/Client/Options/Facets/Facet.php
@@ -13,6 +13,7 @@ class Facet
13
/**
14
* @param FacetType $type
15
* @param string $value
16
+ * @param FacetOperation $operation
17
*/
18
public function __construct(
19
protected FacetType $type,
@@ -58,4 +59,4 @@ public function serialize(): string
58
59
{
60
return $this->type->value . " " . $this->operation->value . " " . $this->value;
61
}
-}
62
+}
0 commit comments