The doc comment array<array-key, ComparisonValueInterface> at position 2 could not be parsed: Unknown type name 'array-key' at position 2 in array<array-key, ComparisonValueInterface>.
Loading history...
15
*/
16
private array $values;
17
18
2
public function __construct(array $values)
19
{
20
2
$this->values = $values;
21
}
22
23
/**
24
* {@inheritdoc}
25
*/
26
2
public function get(ReflectionFunction $reflection)