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