Fix warnings in PHP 8.x

This commit is contained in:
Kijin Sung 2023-07-20 21:38:16 +09:00
parent 4505388e47
commit 78ba527c78
2 changed files with 2 additions and 2 deletions

View file

@ -921,7 +921,7 @@ class Context
{
return $matches[1];
}
}, $string);
}, strval($string));
}
/**