Passed
Pull Request — 4.0 (#84)
by Thibault
06:35
created
src/TranslationDriver/SymfonyTranslationDriver.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
 
22 22
     public function __construct(?string $cacheDirectory = null)
23 23
     {
24
-        $this->translator = new Translator($this->locale, cacheDir: $cacheDirectory);
24
+        $this->translator = new Translator($this->locale, cacheDir : $cacheDirectory);
25 25
         $this->translator->addLoader('mo', new MoFileLoader());
26 26
     }
27 27
 
Please login to merge, or discard this patch.