You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Newer versions of PHP, like 8.0 and greater, have new syntax for defining types of function arguments and return values. This may cause problems. E.g., when using caliper-php with PHP 8.2.10, util\BasicEnum::jsonSerialize needed a return type of mixed assigned to prevent errors. (The same applies to that method on other classes, too.)
The text was updated successfully, but these errors were encountered:
Newer versions of PHP, like 8.0 and greater, have new syntax for defining types of function arguments and return values. This may cause problems. E.g., when using caliper-php with PHP 8.2.10,
util\BasicEnum::jsonSerialize
needed a return type ofmixed
assigned to prevent errors. (The same applies to that method on other classes, too.)The text was updated successfully, but these errors were encountered: