Completed
Branch master (318de6)
by Risan Bagja
03:10
created
src/AuthEventListener.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -25,8 +25,8 @@
 block discarded – undo
25 25
     /**
26 26
      * Create a new instance of AuthEventListener class.
27 27
      *
28
-     * @param Illuminate\Routing\Redirector $redirector
29
-     * @param AuthService\Contracts\AuthServiceConfig $config
28
+     * @param Redirector $redirector
29
+     * @param AuthServiceConfigContract $config
30 30
      */
31 31
     public function __construct(Redirector $redirector, AuthServiceConfigContract $config)
32 32
     {
Please login to merge, or discard this patch.
src/AuthService.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -25,8 +25,8 @@
 block discarded – undo
25 25
     /**
26 26
      * Create a new instance of AuthService class.
27 27
      *
28
-     * @param Illuminate\Contracts\Auth\StatefulGuard $statefulGuard
29
-     * @param AuthService\Contracts\AuthEventListener $eventListener
28
+     * @param StatefulGuardContract $statefulGuard
29
+     * @param AuthEventListenerContract $eventListener
30 30
      */
31 31
     public function __construct(StatefulGuardContract $statefulGuard, AuthEventListenerContract $eventListener)
32 32
     {
Please login to merge, or discard this patch.
src/AuthServiceConfig.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -96,7 +96,7 @@
 block discarded – undo
96 96
      *
97 97
      * @param  array $config
98 98
      *
99
-     * @return AuthService\Contracts\AuthServiceConfig
99
+     * @return AuthServiceConfig
100 100
      */
101 101
     public static function fromArray(array $config)
102 102
     {
Please login to merge, or discard this patch.