Fix some coding standards issues.

This commit is contained in:
mark_story 2012-03-03 15:59:36 -05:00
parent 7d51db9e63
commit 0df239de2b

View file

@ -1034,7 +1034,6 @@ class View extends Object {
throw new MissingLayoutException(array('file' => $paths[0] . $file . $this->ext));
}
/**
* Get the extensions that view files can use.
*
@ -1113,4 +1112,5 @@ class View extends Object {
}
return $this->_paths = $paths;
}
}