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 74d0d72 commit ba83f02Copy full SHA for ba83f02
src/XIVAPI/Api/Search.php
@@ -100,7 +100,7 @@ public function bool(string $bool): Search
100
101
public function filter(string $field, $value, string $operand): Search
102
{
103
- $this->options->filters[] = "${field}{$operand}{$value}";
+ $this->options->filters[] = "{$field}{$operand}{$value}";
104
return $this;
105
}
106
0 commit comments