This is not a commit

This commit is contained in:
2025-05-05 19:32:36 -04:00
parent f106588aef
commit 05131ec50d
9 changed files with 48 additions and 27 deletions

View File

@@ -10,7 +10,6 @@ use Psr\Http\Message\ResponseInterface;
abstract class Controller implements ControllerInterface
{
/**
* @param ServerRequest $request
* @return ResponseInterface
@@ -44,4 +43,4 @@ abstract class Controller implements ControllerInterface
{
throw new NotFoundException("not found");
}
}
}