@@ -18,7 +18,7 @@ |
||
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 | { |
@@ -26,8 +26,8 @@ |
||
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 | { |
@@ -22,7 +22,7 @@ |
||
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 | { |
@@ -26,8 +26,8 @@ |
||
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 | { |
@@ -27,7 +27,7 @@ |
||
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) |
@@ -22,7 +22,7 @@ |
||
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 | { |