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