Completed
Pull Request — master (#3)
by
unknown
02:52
created
src/Charcoal/App/Route/TemplateRouteConfig.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
 use Charcoal\App\App;
9 9
 
10 10
 // Dependencies from 'charcoal-translator'
11
-use Charcoal\Translator\Translation;
12 11
 
13 12
 // Local namespace dependencies
14 13
 use Charcoal\App\Route\RouteConfig;
Please login to merge, or discard this patch.
src/Charcoal/App/Handler/AbstractHandler.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@  discard block
 block discarded – undo
7 7
 use Psr\Log\LoggerAwareTrait;
8 8
 
9 9
 // Dependencies from PSR-7 (HTTP Messaging)
10
-use Psr\Http\Message\ResponseInterface;
11 10
 use Psr\Http\Message\ServerRequestInterface;
12 11
 use Psr\Http\Message\UriInterface;
13 12
 
@@ -28,7 +27,6 @@  discard block
 block discarded – undo
28 27
 
29 28
 // Intra-module (`charcoal-app`) dependencies
30 29
 use Charcoal\App\AppConfig;
31
-use Charcoal\App\Template\TemplateInterface;
32 30
 use Charcoal\App\Handler\HandlerInterface;
33 31
 use Charcoal\App\Handler\HandlerConfig;
34 32
 
Please login to merge, or discard this patch.