Completed
Pull Request — dev (#9)
by Arnaud
02:57
created
Application/Configuration/ApplicationConfiguration.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@
 block discarded – undo
62 62
         $resolver->setAllowedTypes('base_template', 'string');
63 63
         $resolver->setNormalizer('base_template', function (Options $options, $value) {
64 64
             // resource must exists
65
-             $this
65
+                $this
66 66
                 ->kernel
67 67
                 ->locateResource($value);
68 68
 
Please login to merge, or discard this patch.