Completed
Push — master ( 2b086c...39cee4 )
by Mathieu
14:30 queued 07:49
created
src/Charcoal/View/ViewServiceProvider.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@  discard block
 block discarded – undo
5 5
 // Pimple dependencies
6 6
 use Pimple\ServiceProviderInterface;
7 7
 use Pimple\Container;
8
-
9 8
 use Parsedown;
10 9
 
11 10
 // Module `charcoal-view` dependencies
@@ -14,7 +13,6 @@  discard block
 block discarded – undo
14 13
 use Charcoal\View\Mustache\MustacheLoader;
15 14
 use Charcoal\View\Mustache\AssetsHelpers;
16 15
 use Charcoal\View\Mustache\MarkdownHelpers;
17
-use Charcoal\View\Mustache\TranslatorHelpers;
18 16
 use Charcoal\View\Php\PhpEngine;
19 17
 use Charcoal\View\Php\PhpLoader;
20 18
 use Charcoal\View\Twig\TwigEngine;
Please login to merge, or discard this patch.