Completed
Pull Request — master (#212)
by
unknown
01:36
created
src/ActivityLogger.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@  discard block
 block discarded – undo
51 51
     }
52 52
 
53 53
     /**
54
-     * @param Illuminate\Contracts\Config\Repository $config
54
+     * @param Repository $config
55 55
      */
56 56
     protected function getGuardsFromConfig(Repository $config) : array
57 57
     {
@@ -59,8 +59,8 @@  discard block
 block discarded – undo
59 59
     }
60 60
 
61 61
     /**
62
-     * @param Illuminate\Auth\AuthManager $auth
63
-     * @param Illuminate\Contracts\Config\Repository $config
62
+     * @param AuthManager $auth
63
+     * @param Repository $config
64 64
      */
65 65
     protected function getUsedGuardOrDefaultDriver(AuthManager $auth, Repository $config) : string
66 66
     {
Please login to merge, or discard this patch.