The doc-type \Recca0120\Every8d\Every8dMessage; could not be parsed: Expected "|" or "end of type", but got ";" at position 33. (view supported doc-types)
This check marks PHPDoc comments that could not be parsed by our parser. To see
which comment annotations we can parse, please refer to our documentation on
supported doc-types.
Loading history...
33
*/
34
3
public function send($notifiable, Notification $notification)
35
{
36
3
if (! $to = $notifiable->routeNotificationFor('every8d')) {
This check marks PHPDoc comments that could not be parsed by our parser. To see which comment annotations we can parse, please refer to our documentation on supported doc-types.