Skip to content

Commit

Permalink
Fix PHPCS errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Oct 28, 2016
1 parent 24294fa commit cb4bfe4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Controller/Component/AuthComponent.php
Expand Up @@ -385,6 +385,7 @@ protected function _unauthenticated(Controller $controller)
$this->_config['ajaxLogin'],
$this->RequestHandler->ajaxLayout
);

return $response->withStatus(403);
}

Expand Down
1 change: 1 addition & 0 deletions src/TestSuite/Stub/Response.php
Expand Up @@ -32,6 +32,7 @@ public function send()
$this->statusCode(302);
}
$this->_setContentType();

return $this;
}
}

0 comments on commit cb4bfe4

Please sign in to comment.