Files
Jeremy Mikola a039df758b PHPC-2004: Use tentative return types for BSON interface toString methods (#1283)
This should avoid the BC break introduced in 6c82ec8b52. PHP 8.1 will automatically add return type info for Stringable, which means the ReturnTypeWillChange attribute should not be necessary on userland classes.
2021-12-14 11:12:36 -05:00
..