Completed
Push — master ( cfc4ec...f79189 )
by Andrea Marco
02:00
created
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.