Skip to content

Commit e9b3f55

Browse files
committed
Fix phpcs
1 parent d6d1107 commit e9b3f55

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tests/TestCase/Controller/PanelsControllerTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
use Cake\TestSuite\IntegrationTestCase;
1717
use DebugKit\TestApp\Application;
1818

19-
2019
/**
2120
* Panel controller test.
2221
*/

tests/TestCase/Controller/ToolbarControllerTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ public function testClearCacheNoGet()
5454
{
5555
$this->get('/debug-kit/toolbar/clear_cache?name=testing');
5656
$this->assertResponseCode(404);
57-
5857
}
5958

6059
/**

0 commit comments

Comments
 (0)