Skip to content

Commit 7f17d8d

Browse files
committed
fix: run rector for fix error
1 parent d5d7654 commit 7f17d8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Language/AbstractTranslationTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ final public function testAllLocalizationParametersAreNotTranslated(string $loca
332332

333333
foreach ($matches as $match) {
334334
foreach ($match as $parameter) {
335-
if (strpos($translated[$key], (string) $parameter) === false) {
335+
if (strpos($translated[$key], $parameter) === false) {
336336
$id = sprintf('%s.%s', substr($file, 0, -4), $key);
337337

338338
$diffs[$id] ??= [];

0 commit comments

Comments
 (0)