Completed
Push — master ( 5ea837...9dec3c )
by Paul
9s
created
src/ServiceManager/Config/TemplatingConfig.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,6 @@
 block discarded – undo
22 22
 use PPI\Framework\View\TemplateLocator;
23 23
 use PPI\Framework\View\TemplateNameParser;
24 24
 // Mustache
25
-use Symfony\Bundle\FrameworkBundle\Templating\Loader\FilesystemLoader;
26 25
 use Symfony\Component\Templating\Helper\AssetsHelper;
27 26
 // Twig
28 27
 
Please login to merge, or discard this patch.
src/MicroApp.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 use Symfony\Component\Routing\Matcher\UrlMatcher as UrlMatcher;
15 15
 use Symfony\Component\Routing\Route as Route;
16 16
 use Symfony\Component\Routing\RouteCollection;
17
-use Symfony\Component\Routing\Router;
18 17
 
19 18
 /**
20 19
  * The PPI MicroApp bootstrap class.
Please login to merge, or discard this patch.
src/Router/Loader/LaravelRoutesLoader.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
 
11 11
 namespace PPI\Framework\Router\Loader;
12 12
 
13
-use Illuminate\Routing\Router;
14 13
 use Illuminate\Routing\Router as LaravelRouter;
15 14
 
16 15
 /**
Please login to merge, or discard this patch.