Completed
Push — master ( 698065...adcbce )
by Paweł
14:33
created
SWP/TemplatesSystem/Tests/Gimme/Widget/HtmlWidgetTest.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -23,8 +23,8 @@
 block discarded – undo
23 23
 
24 24
     public function setUp()
25 25
     {
26
-    	$widgetEntity = new Widget();
27
-    	$widgetEntity->setId(1);
26
+        $widgetEntity = new Widget();
27
+        $widgetEntity->setId(1);
28 28
         $widgetEntity->setParameters(['html_body' => 'simple html body']);
29 29
 
30 30
         $this->widget = new HtmlWidget($widgetEntity);
Please login to merge, or discard this patch.