diff --git a/src/Builder/LikeBuilder.php b/src/Builder/LikeBuilder.php index 309eb97..2546612 100644 --- a/src/Builder/LikeBuilder.php +++ b/src/Builder/LikeBuilder.php @@ -4,6 +4,7 @@ namespace Yiisoft\Db\Oracle\Builder; +use Stringable; use Yiisoft\Db\Expression\ExpressionInterface; use Yiisoft\Db\QueryBuilder\Condition\Like; use Yiisoft\Db\QueryBuilder\Condition\NotLike; @@ -52,7 +53,7 @@ protected function prepareColumn(Like|NotLike $condition, array &$params): strin } protected function preparePlaceholderName( - string|int|ExpressionInterface $value, + string|Stringable|int|ExpressionInterface $value, Like|NotLike $condition, array &$params, ): string {