Completed
Push — master ( cfc4ec...f79189 )
by Andrea Marco
02:00
created
src/Console/Drawing/Drawer.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -59,8 +59,8 @@
 block discarded – undo
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)
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
@@ -25,7 +25,7 @@
 block discarded – undo
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)
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
@@ -20,7 +20,7 @@
 block discarded – undo
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)
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
@@ -38,8 +38,8 @@
 block discarded – undo
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
 	 */
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
@@ -17,7 +17,7 @@
 block discarded – undo
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)
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
@@ -40,10 +40,10 @@
 block discarded – undo
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(
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
@@ -38,7 +38,7 @@
 block discarded – undo
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)
Please login to merge, or discard this patch.