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 2 patches
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.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -104,7 +104,7 @@
 block discarded – undo
104 104
      */
105 105
     protected function getParamsToInject(array $parameters)
106 106
     {
107
-        return array_map(function ($parameter)
107
+        return array_map(function($parameter)
108 108
         {
109 109
             return $this->grabParameter($parameter);
110 110
 
Please login to merge, or discard this patch.