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

Commit 66b9013

Browse files
committed
- fix Docblock and Codestyle
1 parent 33133b1 commit 66b9013

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/DeepL.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ protected function buildBaseUrl($resource = 'translate')
166166
* Make a request to the given URL
167167
*
168168
* @param string $url
169+
* @param string $body
169170
*
170171
* @return array
171172
*
@@ -346,9 +347,8 @@ protected function checkLanguages($sourceLanguage, $destinationLanguage)
346347
*
347348
* @return string
348349
*/
349-
protected function buildQuery(
350-
$paramsArray
351-
) {
350+
protected function buildQuery($paramsArray)
351+
{
352352
if (true === is_array($paramsArray['text'])) {
353353
$text = $paramsArray['text'];
354354
unset($paramsArray['text']);

0 commit comments

Comments
 (0)