This commit is contained in:
Ivan Shalganov 2014-04-17 23:32:44 +04:00
parent 2b1a8652e2
commit e740bb2bd9

View File

@ -148,7 +148,7 @@ class Tag extends \ArrayObject
if ($this->_close) { if ($this->_close) {
return call_user_func($this->_close, $tokenizer, $this); return call_user_func($this->_close, $tokenizer, $this);
} else { } else {
throw new \LogicException("Сan not use a inline tag {$this->name} as a block"); throw new \LogicException("Can not use a inline tag {$this->name} as a block");
} }
} }