Commit 676e3d03 authored by Fabien Potencier's avatar Fabien Potencier

minor #1024 Add imports for type hints (JeroenDeDauw)

This PR was merged into the 2.0.x-dev branch.

Discussion
----------

Add imports for type hints

Commits
-------

926bbc03 Add imports for type hints
parents d74cb1f9 926bbc03
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
namespace Silex\Api; namespace Silex\Api;
use Silex\Application; use Silex\Application;
use Silex\ControllerCollection;
/** /**
* Interface for controller providers. * Interface for controller providers.
......
...@@ -13,6 +13,7 @@ namespace Silex\Provider\Routing; ...@@ -13,6 +13,7 @@ namespace Silex\Provider\Routing;
use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\Routing\Matcher\RequestMatcherInterface; use Symfony\Component\Routing\Matcher\RequestMatcherInterface;
use Symfony\Component\Routing\Matcher\UrlMatcherInterface;
/** /**
* Implements a lazy UrlMatcher. * Implements a lazy UrlMatcher.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment