Skip to content

Commit

Permalink
style: resolve style guide violations
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsobries authored and actions-user committed Oct 30, 2024
1 parent b772050 commit a7fadb8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Transactions/Deserializer.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ private function guessTransactionFromData(array $data): AbstractTransaction

$functionName = $payloadData['functionName'];


if ($functionName === AbiFunction::VOTE->value) {
return new Vote($data);
}
Expand Down

0 comments on commit a7fadb8

Please sign in to comment.