mirror of
https://github.com/fenom-template/fenom.git
synced 2023-08-10 21:13:07 +03:00
Typo
This commit is contained in:
parent
2b1a8652e2
commit
e740bb2bd9
@ -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");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user