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 1eac373 commit c40eb10Copy full SHA for c40eb10
src/Event.php
@@ -41,7 +41,7 @@ public function decode(FilterChange $filterChange) {
41
$indexedValues = array_slice($filterChange->topics, 1);
42
$offset = 0;
43
44
- foreach ($this->inputs as $i => $param) {
+ foreach ($this->inputs as $i => $param) {
45
if ($param->indexed) {
46
$values[$param->name] = $indexedValues[$i - $offset]->convertByAbi($param->type);
47
}
0 commit comments