Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a deprecation warning (PHP 8.1 compatibility)
Sometimes one of the `$optionTextValues` could be `null`. And in PHP 8 `Passing null to parameter Smile-SA#1 ($string) of type string is deprecated`. So I suggest to explicitly cast all values to string.
- Loading branch information