Skip to content

Commit dd6bccc

Browse files
ItsANameTooactions-user
authored andcommitted
style: resolve style guide violations
1 parent 319fd17 commit dd6bccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Utils/Abi/ArgumentDecoder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ final class ArgumentDecoder
1212

1313
public function __construct(string $bytes)
1414
{
15-
if (!ctype_xdigit($bytes) || strlen($bytes) % 2 !== 0) {
15+
if (! ctype_xdigit($bytes) || strlen($bytes) % 2 !== 0) {
1616
$bytes = false;
1717
} else {
1818
$bytes = hex2bin($bytes);

0 commit comments

Comments
 (0)