Skip to content

Commit 482520a

Browse files
Fix phpcs issues
1 parent a3af95a commit 482520a

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

src/Error/RestExceptionRenderer.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ class RestExceptionRenderer extends ExceptionRenderer
1717
*/
1818
public function render()
1919
{
20-
2120
$exception = $this->error;
2221
$code = $this->_code($exception);
2322

tests/bootstrap.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@
125125
]
126126
]);
127127

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

131130
// Ensure default test connection is defined

tests/config/bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
use Cake\Core\Plugin;
44

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

0 commit comments

Comments
 (0)