Passed
Pull Request — master (#11)
by Michal
01:58
created
src/TokenModifier/PrefixTranslationKeyTokenModifier.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
 
17 17
     protected function modify(Token $token): Token
18 18
     {
19
-        $token->changeTranslationKey($this->translationKeyPrefix . $token->getTranslationKey());
19
+        $token->changeTranslationKey($this->translationKeyPrefix.$token->getTranslationKey());
20 20
         return $token;
21 21
     }
22 22
 }
Please login to merge, or discard this patch.