Completed
Push — master ( 818423...899d9a )
by Mathieu
02:02
created
src/Charcoal/App/Handler/TemplateableHandlerTrait.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -6,14 +6,10 @@
 block discarded – undo
6 6
 
7 7
 // From PSR-7
8 8
 use Psr\Http\Message\ServerRequestInterface;
9
-use Psr\Http\Message\ResponseInterface;
10
-use Psr\Http\Message\UriInterface;
11 9
 
12 10
 // From Pimple
13
-use Pimple\Container;
14 11
 
15 12
 // From 'charcoal-translator'
16
-use Charcoal\Translator\Translator;
17 13
 
18 14
 // From 'charcoal-view'
19 15
 use Charcoal\View\ViewInterface;
Please login to merge, or discard this patch.
src/Charcoal/App/Route/TemplateRouteConfig.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use InvalidArgumentException;
6 6
 
7 7
 // From 'charcoal-translator'
8
-use Charcoal\Translator\Translation;
9 8
 
10 9
 // From 'charcoal-app'
11 10
 use Charcoal\App\App;
Please login to merge, or discard this patch.
src/Charcoal/App/Script/AbstractScript.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,6 @@
 block discarded – undo
24 24
 use Charcoal\Config\AbstractEntity;
25 25
 
26 26
 // From 'charcoal-app'
27
-use Charcoal\App\AppInterface;
28 27
 use Charcoal\App\Script\ScriptInterface;
29 28
 
30 29
 /**
Please login to merge, or discard this patch.
src/Charcoal/App/ServiceProvider/AppServiceProvider.php 1 patch
Unused Use Statements   -7 removed lines patch added patch discarded remove patch
@@ -32,29 +32,22 @@
 block discarded – undo
32 32
 
33 33
 // From 'charcoal-app'
34 34
 use Charcoal\App\AppConfig;
35
-
36 35
 use Charcoal\App\Action\ActionInterface;
37 36
 use Charcoal\App\Script\ScriptInterface;
38 37
 use Charcoal\App\Module\ModuleInterface;
39
-
40 38
 use Charcoal\App\Middleware\IpMiddleware;
41
-
42 39
 use Charcoal\App\Route\ActionRoute;
43 40
 use Charcoal\App\Route\RouteInterface;
44 41
 use Charcoal\App\Route\ScriptRoute;
45 42
 use Charcoal\App\Route\TemplateRoute;
46
-
47 43
 use Charcoal\App\Handler\Error;
48 44
 use Charcoal\App\Handler\PhpError;
49 45
 use Charcoal\App\Handler\Maintenance;
50 46
 use Charcoal\App\Handler\NotAllowed;
51 47
 use Charcoal\App\Handler\NotFound;
52
-
53 48
 use Charcoal\App\Template\TemplateInterface;
54
-use Charcoal\App\Template\TemplateBuilder;
55 49
 use Charcoal\App\Template\WidgetInterface;
56 50
 use Charcoal\App\Template\WidgetBuilder;
57
-
58 51
 use Charcoal\App\ServiceProvider\DatabaseServiceProvider;
59 52
 use Charcoal\App\ServiceProvider\FilesystemServiceProvider;
60 53
 use Charcoal\App\ServiceProvider\LoggerServiceProvider;
Please login to merge, or discard this patch.
src/Charcoal/App/App.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,6 @@
 block discarded – undo
18 18
 
19 19
 // From 'charcoal-app'
20 20
 use Charcoal\App\Route\RouteManager;
21
-use Charcoal\App\Route\RouteFactory;
22 21
 
23 22
 /**
24 23
  * Charcoal App
Please login to merge, or discard this patch.