Edujugon / PushNotification

PHP and Laravel Package to send push notifications to Android and IOS devices.
MIT License
478 stars 159 forks source link

Tests fail after upgrade from 4.1 to 4.2 #109

Open tomvo opened 4 years ago

tomvo commented 4 years ago

We did a composer update and saw our tests starting to fail with 4.2 with this exception:

Symfony\Component\Debug\Exception\FatalThrowableError: Argument 1 passed to Edujugon\PushNotification\Channels\ApnChannel::buildData() must be an instance of Edujugon\PushNotification\Messages\PushMessage, null given, called in /home/vagrant/code/vendor/edujugon/push-notification/src/Channels/PushChannel.php on line 36

Any idea which change could've caused this?