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

Commit 88d5173

Browse files
committed
Fixed buildUrl test
1 parent b6d09eb commit 88d5173

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
@@ -191,7 +191,7 @@ protected function checkLanguages($sourceLanguage, $destinationLanguage)
191191
*
192192
* @return string
193193
*/
194-
protected function buildUrl($sourceLanguage, $destinationLanguage, $tagHandling)
194+
protected function buildUrl($sourceLanguage, $destinationLanguage, $tagHandling = array())
195195
{
196196
$url = DeepL::API_URL . '?' . sprintf(DeepL::API_URL_AUTH_KEY, $this->authKey);
197197

0 commit comments

Comments
 (0)