Applied fixes from StyleCI
This commit is contained in:
parent
e284fb8ef6
commit
994014f629
@ -98,6 +98,7 @@ class TL
|
||||
if (!is_numeric($value)) {
|
||||
throw new Exception("serialize_param: given value isn't numeric");
|
||||
}
|
||||
|
||||
return \danog\PHP\Struct::pack('<q', $value);
|
||||
break;
|
||||
case 'int128':
|
||||
|
Loading…
Reference in New Issue
Block a user