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

Commit 214a355

Browse files
committed
Add var typing on setIgnoreTags method
1 parent ec6fbe2 commit 214a355

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
@@ -287,7 +287,7 @@ protected function request($url, $body)
287287
return $translationsArray;
288288
}
289289

290-
public function setIgnoreTags($ignoreTags)
290+
public function setIgnoreTags(array $ignoreTags)
291291
{
292292
$this->ignoreTags = $ignoreTags;
293293
}

0 commit comments

Comments
 (0)