Skip to content

Commit

Permalink
Adding types to RoutingMiddleware
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleycoles committed May 4, 2022
1 parent 71a8d8c commit 2f8e69e
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions Slim/Middleware/RoutingMiddleware.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,9 @@

class RoutingMiddleware implements MiddlewareInterface
{
/**
* @var RouteResolverInterface
*/
protected $routeResolver;
protected RouteResolverInterface $routeResolver;

/**
* @var RouteParserInterface
*/
protected $routeParser;
protected RouteParserInterface $routeParser;

/**
* @param RouteResolverInterface $routeResolver
Expand Down

0 comments on commit 2f8e69e

Please sign in to comment.