beberlei / assert

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

Fix implicitly nullable params #340

Closed kamil-tekiela closed 5 months ago

kamil-tekiela commented 6 months ago

This is because of the deprecation in PHP 8.4 https://wiki.php.net/rfc/deprecate-implicitly-nullable-types It throws a lot of deprecation notices in PHPUnit tests.

beberlei commented 5 months ago

Fixed by https://github.com/beberlei/assert/pull/337