$this of type NotificationTracker\Notification\HasTracker is incompatible with the type Illuminate\Notifications\Notification expected by parameter $notification of NotificationTracker\Noti...\Tracker::__construct().
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-type annotation
17
return $this->_tracker = new Tracker(/** @scrutinizer ignore-type */ $this);