Skip to content

Commit d610158

Browse files
committed
add missing @param $operation to phpdoc in Facet.php
1 parent 565fbb6 commit d610158

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/Client/Options/Facets/Facet.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ class Facet
1313
/**
1414
* @param FacetType $type
1515
* @param string $value
16+
* @param FacetOperation $operation
1617
*/
1718
public function __construct(
1819
protected FacetType $type,
@@ -58,4 +59,4 @@ public function serialize(): string
5859
{
5960
return $this->type->value . " " . $this->operation->value . " " . $this->value;
6061
}
61-
}
62+
}

0 commit comments

Comments
 (0)