Completed
Branch develop (1ecf62)
by Andrea Marco
08:22
created
src/Console/Drawing/Drawer.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -66,8 +66,8 @@
 block discarded – undo
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
      */
Please login to merge, or discard this patch.
src/Inflectors/Inflector.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
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
      */
Please login to merge, or discard this patch.
src/Pipes/AbstractPipe.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
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
      */
Please login to merge, or discard this patch.
src/Repositories/YamlPipelineRepository.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -45,8 +45,8 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
src/RunsWorkflow.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
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
      */
Please login to merge, or discard this patch.
src/Workflow.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -47,10 +47,10 @@
 block discarded – undo
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
      */
Please login to merge, or discard this patch.
src/Wrappers/MarshalDispatcher.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
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)
Please login to merge, or discard this patch.