Merge branch 'rhymix:develop' into develop

This commit is contained in:
Lastorder 2024-08-15 20:22:18 +09:00 committed by GitHub
commit 10e2116dd9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 350 additions and 296 deletions

View file

@ -437,7 +437,7 @@ class Validator
*/
function arrayTrim($array)
{
if(!is_array($array))
if(!is_array($array) && !is_object($array))
{
return trim($array);
}