Passed
Push — master ( 134fca...b154b6 )
by Alexey
02:33
created
src/components/Tag.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
             $this->writer->writeAttribute($key, $value);
30 30
         }
31 31
 
32
-        if($this->value instanceof BaseObject) {
32
+        if ($this->value instanceof BaseObject) {
33 33
             $this->writer->writeElement($this->groupKey, $this->value);
34 34
         } else {
35 35
             $this->writer->text($this->value);
Please login to merge, or discard this patch.