@@ -86,7 +86,7 @@ |
||
| 86 | 86 | return []; |
| 87 | 87 | } |
| 88 | 88 | if (!preg_match('/^(..)\:\ (.*)/', $oneVariant, $submatches) || !isset($submatches[2])) { |
| 89 | - $this->loggerInstance->debug(2,"[$nameRaw] We expect 'en: bla but found '$oneVariant'."); |
|
| 89 | + $this->loggerInstance->debug(2, "[$nameRaw] We expect 'en: bla but found '$oneVariant'."); |
|
| 90 | 90 | continue; |
| 91 | 91 | } |
| 92 | 92 | $returnArray[$submatches[1]] = $submatches[2]; |