This commit is contained in:
Jake Barnby
2026-03-10 17:10:39 +13:00
parent 06e3e98cec
commit 91dffddf3b
3 changed files with 10 additions and 10 deletions
@@ -138,7 +138,7 @@ class ModuleTest extends TestCase
*/
public function testRouteRegistration(): void
{
$platform = new class(new Module()) extends Platform {};
$platform = new class (new Module()) extends Platform {};
$platform->init(Service::TYPE_HTTP);
// If we get here without exceptions, route registration succeeded