Skip to content

Commit

Permalink
Fix phpcs issues
Browse files Browse the repository at this point in the history
  • Loading branch information
narendravaghela committed Jun 4, 2018
1 parent a3af95a commit 482520a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion src/Error/RestExceptionRenderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ class RestExceptionRenderer extends ExceptionRenderer
*/
public function render()
{

$exception = $this->error;
$code = $this->_code($exception);

Expand Down
1 change: 0 additions & 1 deletion tests/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@
]
]);


Cake\Core\Plugin::load('Rest', ['path' => ROOT . DS, 'autoload' => true, 'bootstrap' => true]);

// Ensure default test connection is defined
Expand Down
2 changes: 1 addition & 1 deletion tests/config/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

use Cake\Core\Plugin;

Plugin::load('Rest', ['path' => ROOT . DS, 'bootstrap' => true]);
Plugin::load('Rest', ['path' => ROOT . DS, 'bootstrap' => true]);

0 comments on commit 482520a

Please sign in to comment.