Completed
Push — master ( 4783ce...1821eb )
by Dennis
03:38
created
benchmarks/SimpleXml/SimpleXmlParentItemAccessBench.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@  discard block
 block discarded – undo
42 42
         $parentLevel = $child['idLevel'] - 1;
43 43
         $parent = $child->xpath('preceding-sibling::Item[@idLevel="' . $parentLevel . '"][1]')[0];
44 44
 
45
-        $this->assertSame($params['parent'], (string)$parent['id']);
45
+        $this->assertSame($params['parent'], (string) $parent['id']);
46 46
     }
47 47
 
48 48
     /**
@@ -62,7 +62,7 @@  discard block
 block discarded – undo
62 62
         $parentLevel = $child['idLevel'] - 1;
63 63
         $parent = $child->xpath('preceding-sibling::Item[@idLevel="' . $parentLevel . '"][1]')[0];
64 64
 
65
-        $this->assertSame($params['parent'], (string)$parent['id']);
65
+        $this->assertSame($params['parent'], (string) $parent['id']);
66 66
     }
67 67
 
68 68
     /**
Please login to merge, or discard this patch.