mirror of
https://github.com/filp/whoops.git
synced 2026-09-11 02:06:20 +00:00
Fix a semicolon in a use of Symfony\Component\HttpFoundation\Request
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user