Skip to content

Commit

Permalink
fix phpstan errors
Browse files Browse the repository at this point in the history
  • Loading branch information
l0gicgate committed Aug 20, 2019
1 parent 2375206 commit e41d1aa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Slim/App.php
Expand Up @@ -37,14 +37,14 @@ class App extends RouteCollectorProxy implements RequestHandlerInterface
public const VERSION = '4.1.0';

/**
* @var MiddlewareDispatcher
* @var RouteResolverInterface
*/
protected $middlewareDispatcher;
protected $routeResolver;

/**
* @var RouteResolverInterface
* @var MiddlewareDispatcherInterface
*/
protected $routeResolver;
protected $middlewareDispatcher;

/**
* @param ResponseFactoryInterface $responseFactory
Expand Down

0 comments on commit e41d1aa

Please sign in to comment.