@@ -17,7 +17,6 @@  | 
                                                    ||
| 17 | 17 | use Itkg\Core\Command\DatabaseUpdate\Locator;  | 
                                                        
| 18 | 18 | use Itkg\Core\Command\DatabaseUpdate\Migration\Factory;  | 
                                                        
| 19 | 19 | use Itkg\Core\Command\DatabaseUpdate\Query\Formatter;  | 
                                                        
| 20 | -use Itkg\Core\Command\DatabaseUpdate\Query\OutputQueryFactory;  | 
                                                        |
| 21 | 20 | use Itkg\Core\Command\DatabaseUpdate\Runner;  | 
                                                        
| 22 | 21 | use Itkg\Core\Command\DatabaseUpdate\Setup;  | 
                                                        
| 23 | 22 | use Itkg\Core\Command\DatabaseUpdate\Template\Loader as TemplateLoader;  | 
                                                        
@@ -12,15 +12,10 @@  | 
                                                    ||
| 12 | 12 | namespace Itkg\Core\Legacy;  | 
                                                        
| 13 | 13 | |
| 14 | 14 | use Itkg\Core\ApplicationInterface;  | 
                                                        
| 15 | -use Itkg\Core\Event\KernelEvent;  | 
                                                        |
| 16 | -use Itkg\Core\Event\RequestEvent;  | 
                                                        |
| 17 | -use Itkg\Core\Event\ResponseEvent;  | 
                                                        |
| 18 | 15 | use Itkg\Core\KernelAbstract;  | 
                                                        
| 19 | 16 | use Itkg\Core\Resolver\ControllerResolverInterface;  | 
                                                        
| 20 | 17 | use Itkg\Core\Route\Route;  | 
                                                        
| 21 | 18 | use Itkg\Core\ServiceContainer;  | 
                                                        
| 22 | -use Itkg\Core\YamlLoader;  | 
                                                        |
| 23 | -use Symfony\Component\HttpFoundation\Request;  | 
                                                        |
| 24 | 19 | use Symfony\Component\Yaml\Parser as YamlParser;  | 
                                                        
| 25 | 20 | |
| 26 | 21 | /**  | 
                                                        
@@ -67,7 +67,7 @@  | 
                                                    ||
| 67 | 67 | /**  | 
                                                        
| 68 | 68 | * Entity setter  | 
                                                        
| 69 | 69 | *  | 
                                                        
| 70 | - * @param EntityAbstracct $entity  | 
                                                        |
| 70 | + * @param EntityAbstract $entity  | 
                                                        |
| 71 | 71 | *  | 
                                                        
| 72 | 72 | * @return $this  | 
                                                        
| 73 | 73 | */  | 
                                                        
@@ -172,7 +172,7 @@  | 
                                                    ||
| 172 | 172 | * @param Request $request A Request instance  | 
                                                        
| 173 | 173 | * @param callable $controller A PHP callable  | 
                                                        
| 174 | 174 | *  | 
                                                        
| 175 | - * @return array An array of arguments to pass to the controller  | 
                                                        |
| 175 | + * @return string[] An array of arguments to pass to the controller  | 
                                                        |
| 176 | 176 | *  | 
                                                        
| 177 | 177 | * @throws \RuntimeException When value for argument given is not provided  | 
                                                        
| 178 | 178 | *  | 
                                                        
@@ -140,7 +140,7 @@  | 
                                                    ||
| 140 | 140 | /**  | 
                                                        
| 141 | 141 | * @param array $params  | 
                                                        
| 142 | 142 | *  | 
                                                        
| 143 | - * @return \Pelican_Route  | 
                                                        |
| 143 | + * @return Route  | 
                                                        |
| 144 | 144 | */  | 
                                                        
| 145 | 145 | public function pushRequestParams(array $params = null)  | 
                                                        
| 146 | 146 |      { |