Passed
Push — master ( affae1...bf1da0 )
by stéphane
10:14
created
source/Tag.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@
 block discarded – undo
57 57
             case '!omap': $value->type = Y::SEQUENCE;break;
58 58
             // assumed to be !str,!binary
59 59
             default: $parent = null;
60
-                     $value->type = Y::RAW;
60
+                        $value->type = Y::RAW;
61 61
         }
62 62
         $this->value = Builder::buildNodeList($value, $parent);
63 63
         return $this->value;
Please login to merge, or discard this patch.