1
0
mirror of https://github.com/dannyvankooten/AltoRouter.git synced 2025-08-04 07:27:36 +02:00

fix phpcs issues

This commit is contained in:
Danny van Kooten
2023-10-09 20:49:37 +02:00
parent f327fbb5bf
commit 77a2e14681
3 changed files with 46 additions and 47 deletions

View File

@@ -524,7 +524,6 @@ class AltoRouterTest extends PHPUnit\Framework\TestCase
$this->assertEquals($expected, $this->router->match('/archives/', 'GET'));
$this->assertEquals($expected, $this->router->match('/archives', 'GET'));
}
/**