Passed
Push — master ( 6f6f54...8f8ad3 )
by Andrés
06:44
created
src/NotificationDriver.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
     /**
15 15
      * Perform an audit.
16 16
      *
17
-     * @param \OwenIt\Auditing\Contracts\Auditable|\Illuminate\Notifications\Notifiable $model
17
+     * @param Auditable $model
18 18
      * @return \OwenIt\Auditing\Contracts\Audit
19 19
      */
20 20
     public function audit(Auditable $model): Audit
Please login to merge, or discard this patch.