Completed
Pull Request — master (#212)
by
unknown
07:53 queued 32s
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 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);
@@ -138,7 +142,7 @@  discard block
 block discarded – undo
138 142
     /**
139 143
      * @param string $description
140 144
      *
141
-     * @return null|mixed
145
+     * @return null|Model
142 146
      */
143 147
     public function log(string $description)
144 148
     {
Please login to merge, or discard this patch.