Skip to content

Commit

Permalink
remove unused params
Browse files Browse the repository at this point in the history
the exception isn't thrown either by this method
  • Loading branch information
AD7six committed Nov 14, 2014
1 parent 6c0a144 commit 7654c51
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Shell/Task/TemplateTask.php
Expand Up @@ -47,9 +47,7 @@ class TemplateTask extends Shell {
/**
* Get view instance
*
* @param string $viewClass View class name or null to use $viewClass
* @return \Cake\View\View
* @throws \Cake\View\Exception\MissingViewException If view class was not found.
*/
public function getView() {
if ($this->View) {
Expand Down

0 comments on commit 7654c51

Please sign in to comment.