Skip to content

Commit

Permalink
Removed empty lines.
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmin-harangus committed Apr 8, 2012
1 parent 56bf968 commit a0ff363
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
3 changes: 0 additions & 3 deletions src/ZeTwig/View/Renderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ public function render($nameOrModel, $values = null)
return $this->getFilterChain()->filter($output);
}


#GETTERS AND SETTERS
/**
* Return the template engine object, if any
Expand Down Expand Up @@ -188,8 +187,6 @@ public function getFilterChain()
return $this->__filterChain;
}



/**
* Set flag indicating whether or not we should render trees of view models
*
Expand Down
16 changes: 1 addition & 15 deletions src/ZeTwig/View/Strategy/TwigRendererStrategy.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ public function detach(EventCollection $events)
*/
public function selectRenderer($e = null)
{

return $this->renderer;
}

Expand All @@ -86,17 +85,4 @@ public function injectResponse($e)
$response->setContent($result);
}

}













}

0 comments on commit a0ff363

Please sign in to comment.