Completed
Pull Request — master (#212)
by
unknown
01:21
created
src/ActivityLogger.php 1 patch
Doc Comments   +5 added lines, -1 removed lines patch added patch discarded remove patch
@@ -55,6 +55,10 @@  discard block
 block discarded – undo
55 55
         return $guards = collect($config['auth']['guards'])->keys()->all();
56 56
     }
57 57
 
58
+    /**
59
+     * @param Repository $config
60
+     * @param AuthManager $auth
61
+     */
58 62
     private function getUsedGuardOrDefaultDriver($config,$auth)
59 63
     {
60 64
         $guards = $this->getGuardsFromConfig($config);
@@ -137,7 +141,7 @@  discard block
 block discarded – undo
137 141
     /**
138 142
      * @param string $description
139 143
      *
140
-     * @return null|mixed
144
+     * @return null|Model
141 145
      */
142 146
     public function log(string $description)
143 147
     {
Please login to merge, or discard this patch.