Fix #41, optimize variable parser

This commit is contained in:
bzick
2013-08-11 19:55:30 +04:00
parent ae34025ca7
commit 982b284f60
7 changed files with 280 additions and 172 deletions

View File

@@ -190,7 +190,8 @@ class Render extends \ArrayObject
* @param $name
* @return mixed
*/
public function getMacro($name) {
public function getMacro($name)
{
return $this->_macros[$name];
}