Test Failed
Pull Request — master (#7)
by Steve
04:35
created
src/Html/Ancestor/TextOnlyComparator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@
 block discarded – undo
77 77
     public function getLeaf(int $index): TextNode
78 78
     {
79 79
         if (!isset($this->leafs[$index])) {
80
-            throw new \OutOfBoundsException(\sprintf('Index: %d, Size: %d', $index,count($this->leafs)));
80
+            throw new \OutOfBoundsException(\sprintf('Index: %d, Size: %d', $index, count($this->leafs)));
81 81
         }
82 82
 
83 83
         return $this->leafs[$index];
Please login to merge, or discard this patch.