Completed
Push — develop ( 87f5bf...c17c7b )
by Jens
03:04
created
src/HandlebarsEngine.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -7,13 +7,10 @@
 block discarded – undo
7 7
 namespace JaySDe\HandlebarsBundle;
8 8
 
9 9
 
10
-use JaySDe\HandlebarsBundle\Cache\Filesystem;
11
-use LightnCandy\LightnCandy;
12 10
 use Symfony\Bundle\FrameworkBundle\Templating\EngineInterface;
13 11
 use Symfony\Component\Config\FileLocatorInterface;
14 12
 use Symfony\Component\HttpFoundation\Response;
15 13
 use Symfony\Component\Templating\TemplateNameParserInterface;
16
-use Symfony\Component\Templating\TemplateReferenceInterface;
17 14
 
18 15
 class HandlebarsEngine implements EngineInterface
19 16
 {
Please login to merge, or discard this patch.