Format code using mago and remove dependency on shlink coding standard package

This commit is contained in:
Alejandro Celaya
2026-05-22 08:42:47 +02:00
parent a161fc8b27
commit 4aa960738a
442 changed files with 6062 additions and 4366 deletions
@@ -56,8 +56,7 @@ class NotFoundTemplateHandlerTest extends TestCase
RouteResult::fromRoute(
new Route(
'foo',
middleware(static function (): void {
}),
middleware(static function (): void {}),
['GET'],
RedirectAction::class,
),