Skip to content

Commit 9d13187

Browse files
committed
revert: "refactor: no need to cast as string"
This reverts commit 077d2e8.
1 parent 077d2e8 commit 9d13187

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Utilities/Request.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ protected function prepareKeyword(float|array|int|string $keyword): string
197197
$keyword = implode(' ', $keyword);
198198
}
199199

200-
return e($keyword);
200+
return e((string) $keyword);
201201
}
202202

203203
/**

0 commit comments

Comments
 (0)