Passed
Push — master ( d09666...ef009a )
by Josh
02:27
created
src/Blendable/Element.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -200,7 +200,7 @@
 block discarded – undo
200 200
      *
201 201
      * @return $this
202 202
      */
203
-    public function setProperty($name, $value, $description, $type='textfield')
203
+    public function setProperty($name, $value, $description, $type = 'textfield')
204 204
     {
205 205
         $property = new ElementProperty($name);
206 206
         $property
Please login to merge, or discard this patch.