@@ -40,10 +40,10 @@ |
||
40 | 40 | * Set the dependencies. |
41 | 41 | * |
42 | 42 | * @author Andrea Marco Sartori |
43 | - * @param Cerbero\Workflow\Repositories\PipelineRepositoryInterface $pipelines |
|
44 | - * @param Cerbero\Workflow\Wrappers\DispatcherInterface $dispatcher |
|
45 | - * @param Cerbero\Workflow\Inflectors\InflectorInterface $inflector |
|
46 | - * @param Illuminate\Contracts\Container\Container $container |
|
43 | + * @param PipelineRepositoryInterface $pipelines |
|
44 | + * @param DispatcherInterface $dispatcher |
|
45 | + * @param InflectorInterface $inflector |
|
46 | + * @param Container $container |
|
47 | 47 | * @return void |
48 | 48 | */ |
49 | 49 | public function __construct( |
@@ -38,7 +38,7 @@ |
||
38 | 38 | * Set the dependencies. |
39 | 39 | * |
40 | 40 | * @author Andrea Marco Sartori |
41 | - * @param Illuminate\Contracts\Bus\Dispatcher $dispatcher |
|
41 | + * @param Dispatcher $dispatcher |
|
42 | 42 | * @return void |
43 | 43 | */ |
44 | 44 | public function __construct(Dispatcher $dispatcher) |