Completed
Push — develop ( fad4b0...b5d1ea )
by Neomerx
03:40
created
src/Package/TemplatesContainerConfigurator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
      */
35 35
     public static function configureContainer(LimoncelloContainerInterface $container): void
36 36
     {
37
-        $container[TemplatesInterface::class] = function (PsrContainerInterface $container) {
37
+        $container[TemplatesInterface::class] = function(PsrContainerInterface $container) {
38 38
             $settings  = $container->get(SettingsProviderInterface::class)->get(C::class);
39 39
             $templates = new TwigTemplates(
40 40
                 $settings[C::KEY_TEMPLATES_FOLDER],
Please login to merge, or discard this patch.