Skip to content

Commit

Permalink
Fix PHPCS errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Jul 24, 2014
1 parent 8946693 commit 76bce3d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/Error/ExceptionRenderer.php
Expand Up @@ -83,7 +83,6 @@ class ExceptionRenderer {
public function __construct(\Exception $exception) {
$this->error = $exception;
$this->controller = $this->_getController();

}

/**
Expand Down
2 changes: 1 addition & 1 deletion src/View/Cell.php
Expand Up @@ -134,7 +134,7 @@ public function __construct(Request $request = null, Response $response = null,
* @param string $template Custom template name to render. If not provided (null), the last
* value will be used. This value is automatically set by `CellTrait::cell()`.
* @return void
* @throws \Cake\Error\MissingCellViewException When a MissingViewException is raised during rendering.
* @throws \Cake\View\Error\MissingCellViewException When a MissingViewException is raised during rendering.
*/
public function render($template = null) {
if ($template !== null && strpos($template, '/') === false) {
Expand Down

0 comments on commit 76bce3d

Please sign in to comment.