diff --git a/src/Handler.php b/src/Handler.php index fc1645c..466c0eb 100644 --- a/src/Handler.php +++ b/src/Handler.php @@ -19,7 +19,6 @@ use Psr\Http\Message\ServerRequestInterface; use Psr\Http\Server\RequestHandlerInterface; use ReflectionFunction; use ReflectionMethod; -use ReflectionNamedType; class Handler implements RequestHandlerInterface {