@@ -66,8 +66,8 @@ |
||
| 66 | 66 | * |
| 67 | 67 | * @author Andrea Marco Sartori |
| 68 | 68 | * |
| 69 | - * @param Cerbero\Workflow\Repositories\PipelineRepositoryInterface $pipelines |
|
| 70 | - * @param Cerbero\Workflow\Console\Drawing\Geometry $geometry |
|
| 69 | + * @param PipelineRepositoryInterface $pipelines |
|
| 70 | + * @param Geometry $geometry |
|
| 71 | 71 | * |
| 72 | 72 | * @return void |
| 73 | 73 | */ |
@@ -30,7 +30,7 @@ |
||
| 30 | 30 | * |
| 31 | 31 | * @author Andrea Marco Sartori |
| 32 | 32 | * |
| 33 | - * @param Cerbero\Workflow\Wrappers\NamespaceDetectorInterface $detector Application namespace detector. |
|
| 33 | + * @param NamespaceDetectorInterface $detector Application namespace detector. |
|
| 34 | 34 | * |
| 35 | 35 | * @return void |
| 36 | 36 | */ |
@@ -24,7 +24,7 @@ |
||
| 24 | 24 | * |
| 25 | 25 | * @author Andrea Marco Sartori |
| 26 | 26 | * |
| 27 | - * @param Illuminate\Contracts\Container\Container $container |
|
| 27 | + * @param Container $container |
|
| 28 | 28 | * |
| 29 | 29 | * @return void |
| 30 | 30 | */ |
@@ -45,8 +45,8 @@ |
||
| 45 | 45 | * |
| 46 | 46 | * @author Andrea Marco Sartori |
| 47 | 47 | * |
| 48 | - * @param Cerbero\Workflow\Wrappers\YamlParserInterface $parser |
|
| 49 | - * @param Illuminate\Filesystem\Filesystem $files |
|
| 48 | + * @param YamlParserInterface $parser |
|
| 49 | + * @param Filesystem $files |
|
| 50 | 50 | * @param string $path |
| 51 | 51 | * |
| 52 | 52 | * @return void |
@@ -21,7 +21,7 @@ |
||
| 21 | 21 | * |
| 22 | 22 | * @author Andrea Marco Sartori |
| 23 | 23 | * |
| 24 | - * @param Cerbero\Workflow\Workflow $workflow |
|
| 24 | + * @param Workflow $workflow |
|
| 25 | 25 | * |
| 26 | 26 | * @return void |
| 27 | 27 | */ |
@@ -47,10 +47,10 @@ |
||
| 47 | 47 | * |
| 48 | 48 | * @author Andrea Marco Sartori |
| 49 | 49 | * |
| 50 | - * @param Cerbero\Workflow\Repositories\PipelineRepositoryInterface $pipelines |
|
| 51 | - * @param Cerbero\Workflow\Wrappers\DispatcherInterface $dispatcher |
|
| 52 | - * @param Cerbero\Workflow\Inflectors\InflectorInterface $inflector |
|
| 53 | - * @param Illuminate\Contracts\Container\Container $container |
|
| 50 | + * @param PipelineRepositoryInterface $pipelines |
|
| 51 | + * @param DispatcherInterface $dispatcher |
|
| 52 | + * @param InflectorInterface $inflector |
|
| 53 | + * @param Container $container |
|
| 54 | 54 | * |
| 55 | 55 | * @return void |
| 56 | 56 | */ |
@@ -43,7 +43,7 @@ |
||
| 43 | 43 | * Set the dependencies. |
| 44 | 44 | * |
| 45 | 45 | * @author Andrea Marco Sartori |
| 46 | - * @param Illuminate\Contracts\Bus\Dispatcher $dispatcher |
|
| 46 | + * @param Dispatcher $dispatcher |
|
| 47 | 47 | * @return void |
| 48 | 48 | */ |
| 49 | 49 | public function __construct(Dispatcher $dispatcher) |