Completed
Pull Request — master (#289)
by
unknown
01:16
created
src/ActivityLogger.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@  discard block
 block discarded – undo
64 64
 
65 65
     /**
66 66
      * @param \Illuminate\Auth\AuthManager $auth
67
-     * @param Illuminate\Contracts\Config\Repository $config
67
+     * @param Repository $config
68 68
      * @return null
69 69
      */
70 70
     public function __construct(AuthManager $auth, Repository $config)
@@ -191,7 +191,7 @@  discard block
 block discarded – undo
191 191
      * Persists this activity.
192 192
      *
193 193
      * @param string $description
194
-     * @return null|mixed
194
+     * @return null|Model
195 195
      */
196 196
     public function log(string $description)
197 197
     {
Please login to merge, or discard this patch.