Fix a semicolon in a use of Symfony\Component\HttpFoundation\Request

This commit is contained in:
José Gilberto Mullor
2013-07-24 10:31:35 +02:00
parent 636655d0ae
commit c52a13ebd9
@@ -9,7 +9,7 @@ use Whoops\Run;
use Whoops\Handler\PrettyPageHandler;
use Silex\ServiceProviderInterface;
use Silex\Application;
use Symfony\Component\HttpFoundation\Request
use Symfony\Component\HttpFoundation\Request;
use RuntimeException;
class WhoopsServiceProvider implements ServiceProviderInterface