Completed
Push — master ( 6f6645...232f3c )
by Andrea Marco
02:21
created
src/Http/Controllers/AuthController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
54 54
 	 * Set the dependencies.
55 55
 	 *
56 56
 	 * @author	Andrea Marco Sartori
57
-	 * @param	Cerbero\Auth\Services\Dispatcher\DispatcherInterface	$bus
57
+	 * @param	DispatcherInterface	$bus
58 58
 	 * @return	void
59 59
 	 */
60 60
 	public function __construct(DispatcherInterface $bus)
Please login to merge, or discard this patch.
src/Services/Dispatcher/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.