Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit ea63485

Browse files
committed
- remove PHP_QUERY_RFC3986 from due to PHP 5.3
1 parent dd69d89 commit ea63485

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DeepL.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ protected function buildQuery(
361361
}
362362
}
363363

364-
$body = http_build_query($paramsArray, null, '&', PHP_QUERY_RFC3986);
364+
$body = http_build_query($paramsArray, null, '&');
365365

366366
if (isset($textString)) {
367367
$body = $textString.'&'.$body;

0 commit comments

Comments
 (0)