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

Commit bb1b83b

Browse files
authored
Fix Codestyle
1 parent acfcc58 commit bb1b83b

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
@@ -260,7 +260,7 @@ protected function buildUrl(
260260
$url .= '&' . sprintf(DeepL::API_URL_IGNORE_TAGS, implode(',', $ignoreTags));
261261
}
262262

263-
if(!empty($formality)) {
263+
if (!empty($formality)) {
264264
$url .= '&' . sprintf(DeepL::API_URL_FORMALITY, $formality);
265265
}
266266

0 commit comments

Comments
 (0)