Skip to content

Commit

Permalink
Fix docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Sep 21, 2014
1 parent b88a0d8 commit 8addd9b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Error/ExceptionRenderer.php
Expand Up @@ -120,7 +120,7 @@ protected function _getController() {
/**
* Renders the response for the exception.
*
* @return Cake\Network\Response The response to be sent.
* @return \Cake\Network\Response The response to be sent.
*/
public function render() {
$exception = $this->error;
Expand Down Expand Up @@ -262,7 +262,7 @@ protected function _code(\Exception $exception) {
* Generate the response using the controller object.
*
* @param string $template The template to render.
* @return Cake\Network\Response A response object that can be sent.
* @return \Cake\Network\Response A response object that can be sent.
*/
protected function _outputMessage($template) {
try {
Expand Down Expand Up @@ -292,7 +292,7 @@ protected function _outputMessage($template) {
* and doesn't call component methods.
*
* @param string $template The template to render
* @return void
* @return \Cake\Network\Response A response object that can be sent.
*/
protected function _outputMessageSafe($template) {
$this->controller->layoutPath = null;
Expand Down

0 comments on commit 8addd9b

Please sign in to comment.