Completed
Pull Request — master (#101)
by
unknown
01:21
created
src/Services/ImpersonateManager.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -30,6 +30,7 @@
 block discarded – undo
30 30
 
31 31
     /**
32 32
      * @param int $id
33
+     * @param string $guardName
33 34
      * @return \Illuminate\Contracts\Auth\Authenticatable
34 35
      * @throws Exception
35 36
      */
Please login to merge, or discard this patch.
src/Controllers/ImpersonateController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@
 block discarded – undo
57 57
     }
58 58
 
59 59
     /**
60
-     * @return RedirectResponse
60
+     * @return JsonResource|null
61 61
      */
62 62
     public function leave()
63 63
     {
Please login to merge, or discard this patch.