Closed t-richard closed 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.
The CI is green: let's merge :rocket:
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.