@@ -59,8 +59,8 @@ |
||
59 | 59 | * Set the dependencies. |
60 | 60 | * |
61 | 61 | * @author Andrea Marco Sartori |
62 | - * @param Cerbero\Workflow\Repositories\PipelineRepositoryInterface $pipelines |
|
63 | - * @param Cerbero\Workflow\Console\Drawing\Geometry $geometry |
|
62 | + * @param PipelineRepositoryInterface $pipelines |
|
63 | + * @param Geometry $geometry |
|
64 | 64 | * @return void |
65 | 65 | */ |
66 | 66 | public function __construct(PipelineRepositoryInterface $pipelines, Geometry $geometry) |
@@ -25,7 +25,7 @@ |
||
25 | 25 | * Set the application namespace. |
26 | 26 | * |
27 | 27 | * @author Andrea Marco Sartori |
28 | - * @param Cerbero\Workflow\Wrappers\NamespaceDetectorInterface $detector Application namespace detector. |
|
28 | + * @param NamespaceDetectorInterface $detector Application namespace detector. |
|
29 | 29 | * @return void |
30 | 30 | */ |
31 | 31 | public function __construct(NamespaceDetectorInterface $detector) |
@@ -20,7 +20,7 @@ |
||
20 | 20 | * Set the dependencies. |
21 | 21 | * |
22 | 22 | * @author Andrea Marco Sartori |
23 | - * @param Illuminate\Contracts\Container\Container $container |
|
23 | + * @param Container $container |
|
24 | 24 | * @return void |
25 | 25 | */ |
26 | 26 | public function __construct(Container $container) |
@@ -38,8 +38,8 @@ |
||
38 | 38 | * Set the dependencies. |
39 | 39 | * |
40 | 40 | * @author Andrea Marco Sartori |
41 | - * @param Cerbero\Workflow\Wrappers\YamlParserInterface $parser |
|
42 | - * @param Illuminate\Filesystem\Filesystem $files |
|
41 | + * @param YamlParserInterface $parser |
|
42 | + * @param Filesystem $files |
|
43 | 43 | * @param string $path |
44 | 44 | * @return void |
45 | 45 | */ |
@@ -17,7 +17,7 @@ |
||
17 | 17 | * Set the workflow to run. |
18 | 18 | * |
19 | 19 | * @author Andrea Marco Sartori |
20 | - * @param Cerbero\Workflow\Workflow $workflow |
|
20 | + * @param Workflow $workflow |
|
21 | 21 | * @return void |
22 | 22 | */ |
23 | 23 | public function setWorkflow(Workflow $workflow) |
@@ -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) |