Completed
Push — master ( dbaf3b...c10e53 )
by Till
03:01
created
src/Locators/AdjacentLocator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
     /**
19 19
      * Create a new adjacent locator instance.
20 20
      *
21
-     * @param Illuminate\Contracts\Container\Container  $container
21
+     * @param Container  $container
22 22
      */
23 23
     public function __construct(Container $container)
24 24
     {
Please login to merge, or discard this patch.
src/Locators/NamespaceLocator.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -26,8 +26,8 @@
 block discarded – undo
26 26
     /**
27 27
      * Create a new namespace locator instance.
28 28
      *
29
-     * @param Illuminate\Contracts\Container\Container  $container
30
-     * @param Illuminate\Contracts\Config\Repository    $config
29
+     * @param Container  $container
30
+     * @param Configuration    $config
31 31
      */
32 32
     public function __construct(Container $container, Configuration $config)
33 33
     {
Please login to merge, or discard this patch.
src/Executer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
     /**
23 23
      * Create a new command bus executer.
24 24
      *
25
-     * @param League\Tactician\CommandBus  $bus
25
+     * @param CommandBus  $bus
26 26
      */
27 27
     public function __construct(CommandBus $bus)
28 28
     {
Please login to merge, or discard this patch.
src/Locators/MappingLocator.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -26,8 +26,8 @@
 block discarded – undo
26 26
     /**
27 27
      * Create a new namespace locator instance.
28 28
      *
29
-     * @param Illuminate\Contracts\Container\Container  $container
30
-     * @param Illuminate\Contracts\Config\Repository    $config
29
+     * @param Container  $container
30
+     * @param Configuration    $config
31 31
      */
32 32
     public function __construct(Container $container, Configuration $config)
33 33
     {
Please login to merge, or discard this patch.
src/Middleware/LoggerMiddleware.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
     /**
28 28
      * Create a new logger middleware.
29 29
      *
30
-     * @param Illuminate\Contracts\Logging\Log   $logger
30
+     * @param Log   $logger
31 31
      * @param Illuminate\Foundation\Application  $app
32 32
      */
33 33
     public function __construct(Log $logger, Application $app)
Please login to merge, or discard this patch.
src/Middleware/EventMiddleware.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
     /**
23 23
      * Create a new command events middleware.
24 24
      *
25
-     * @param Illuminate\Contracts\Events\Dispatcher  $dispatcher
25
+     * @param Dispatcher  $dispatcher
26 26
      */
27 27
     public function __construct(Dispatcher $dispatcher)
28 28
     {
Please login to merge, or discard this patch.