mirror of
https://github.com/filp/whoops.git
synced 2026-09-14 19:56:23 +00:00
Merge pull request #80 from jgmullor/master
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