Applied fixes from StyleCI

This commit is contained in:
Daniil Gentili 2016-08-14 14:00:39 -04:00 committed by StyleCI Bot
parent e284fb8ef6
commit 994014f629

View File

@ -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':