@@ -178,7 +178,7 @@ discard block |
||
178 | 178 | { |
179 | 179 | $this->options = new Options; |
180 | 180 | $this->options->setOptions($this->globalOptions) |
181 | - ->setOptions($option); |
|
181 | + ->setOptions($option); |
|
182 | 182 | |
183 | 183 | $this->rawSize = strlen($str); |
184 | 184 | $this->raw = $str; |
@@ -500,7 +500,7 @@ discard block |
||
500 | 500 | { |
501 | 501 | // end tag |
502 | 502 | $tag = $this->content->fastForward(1) |
503 | - ->copyByToken('slash', true); |
|
503 | + ->copyByToken('slash', true); |
|
504 | 504 | // move to end of tag |
505 | 505 | $this->content->copyUntil('>'); |
506 | 506 | $this->content->fastForward(1); |
@@ -554,7 +554,7 @@ discard block |
||
554 | 554 | { |
555 | 555 | $attr = []; |
556 | 556 | $this->content->fastForward(1) |
557 | - ->skipByToken('blank'); |
|
557 | + ->skipByToken('blank'); |
|
558 | 558 | switch ($this->content->char()) |
559 | 559 | { |
560 | 560 | case '"': |