Completed
Pull Request — 1.3 (#467)
by Rafał
08:19
created
src/SWP/Bundle/CoreBundle/Widget/TemplateWidgetHandler.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
     public const TEMPLATE_NAME = 'template_name';
24 24
 
25 25
     protected static $expectedParameters = [
26
-         self::TEMPLATE_NAME => [
26
+            self::TEMPLATE_NAME => [
27 27
             'type' => 'string',
28 28
         ],
29 29
     ];
Please login to merge, or discard this patch.