Skip to content

Commit

Permalink
fixed CS
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Jan 17, 2012
1 parent 211059b commit a0df84d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PhpEngine.php
Expand Up @@ -150,11 +150,11 @@ public function supports($name)
protected function evaluate(Storage $template, array $parameters = array())
{
$__template__ = $template;

if (isset($parameters['__template__'])) {
throw new \InvalidArgumentException('Invalid parameter (__template__)');
}

if ($__template__ instanceof FileStorage) {
extract($parameters, EXTR_SKIP);
$view = $this;
Expand Down

0 comments on commit a0df84d

Please sign in to comment.