brefphp / symfony-messenger

Bridge to use Symfony Messenger on AWS Lambda with Bref
MIT License
72 stars 22 forks source link

Update PHPStan and new fix errors #61

Closed t-richard closed 2 years ago

t-richard commented 2 years ago

In #58 the CI failed because of a PHP 8.1 code in vendor.

The version used by this project is too old to support php 8.1.

This PR updates PHPStan and fixes new errors which are related to variables that can never be null.

t-richard commented 2 years ago

The CI is green: let's merge :rocket: