Completed
Pull Request — master (#100)
by
unknown
01:14
created
src/helpers.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@
 block discarded – undo
7 7
 	/**
8 8
 	 * Check whether the current user is authorized to impersonate.
9 9
 	 *
10
-	 * @param  null  $guard
10
+	 * @param  null|string  $guard
11 11
 	 * @return bool
12 12
 	 */
13 13
 	function can_impersonate(string $guard = null): bool
Please login to merge, or discard this patch.
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.