Completed
Pull Request — master (#20)
by Jérémy
08:51 queued 06:12
created
src/Context/BaseContext.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,6 +12,6 @@
 block discarded – undo
12 12
      */
13 13
     public static function getTranslationResources()
14 14
     {
15
-        return glob(__DIR__ . '/../../i18n/*.xliff');
15
+        return glob(__DIR__.'/../../i18n/*.xliff');
16 16
     }
17 17
 }
Please login to merge, or discard this patch.