Completed
Push — mycanalConfig ( 917459...b9e80a )
by Pierre
07:14
created
src/Itkg/Core/Command/Provider/ServiceCommandProvider.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
src/Itkg/Core/Legacy/Kernel.php 1 patch
Unused Use Statements   -5 removed lines patch added patch discarded remove patch
@@ -12,15 +12,10 @@
 block discarded – undo
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
 /**
Please login to merge, or discard this patch.
src/Itkg/Core/RepositoryAbstract.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
67 67
     /**
68 68
      * Entity setter
69 69
      *
70
-     * @param  EntityAbstracct $entity
70
+     * @param  EntityAbstract $entity
71 71
      *
72 72
      * @return $this
73 73
      */
Please login to merge, or discard this patch.
src/Itkg/Core/Resolver/ControllerResolver.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -172,7 +172,7 @@
 block discarded – undo
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
      *
Please login to merge, or discard this patch.
src/Itkg/Core/Route/Route.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -140,7 +140,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.