Skip to content

Commit 077d2e8

Browse files
yajraArkhas
andauthored
refactor: no need to cast as string
Co-authored-by: Mathieu FERRE <[email protected]>
1 parent 6f35e34 commit 077d2e8

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((string) $keyword);
200+
return e($keyword);
201201
}
202202

203203
/**

0 commit comments

Comments
 (0)