Completed
Pull Request — master (#152)
by Paul
03:25
created
src/ServiceManager/Factory/RouterFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
     public function createService(ServiceLocatorInterface $serviceLocator)
36 36
     {
37 37
 
38
-        $routerOptions   = array();
38
+        $routerOptions = array();
39 39
         $logger = $serviceLocator->has('Logger') ? $serviceLocator->get('Logger') : null;
40 40
         $chainRouter = new ChainRouter($logger);
41 41
 
Please login to merge, or discard this patch.