Actions
Bug #94789
closedFix foreach array used as variabele in TranslationServiceTest
Start date:
2021-08-10
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
foreach ($textElementXlfPaths as $textElementXlfPaths) {
$this->store->flushData($textElementXlfPaths);
}
should use $textElementXlfPath
Actions