Completed
Push — master ( 0f4a7b...cb1ba7 )
by Kirill
12:53
created
src/AppBundle/Entity/Widget.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -194,7 +194,7 @@
 block discarded – undo
194 194
     }
195 195
 
196 196
     public function __toString()
197
-	{
198
-		return $this->getName();
199
-	}
197
+    {
198
+        return $this->getName();
199
+    }
200 200
 }
Please login to merge, or discard this patch.