beberlei / assert

Thin assertion library for use in libraries and business-model
Other
2.41k stars 188 forks source link

[PHP 8.4] Fixes for implicit nullability deprecation #337

Closed Ayesh closed 5 months ago

Ayesh commented 6 months ago

Fixes all issues that emit deprecation notices on PHP 8.4 for implicit nullable parameter type declarations. This requires PHP 7.1 (we currently require PHP 7.0), so we will have to bump the minimum PHP version to 7.1.

See: