We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f55e43b commit fe6bba1Copy full SHA for fe6bba1
src/phongo_bson_encode.c
@@ -93,7 +93,7 @@ static int php_phongo_is_array_or_document(zval* val)
93
/* Checks the return type of a bsonSerialize() method. Returns true on
94
* success; otherwise, throws an exception and returns false.
95
*
96
- * TODO: obsolete once PHP 8.0+ is required and tentative return type is enforced.
+ * TODO: obsolete once the tentative return type in Serializable::bsonSerialize is enforced.
97
*/
98
static inline bool phongo_check_bson_serialize_return_type(zval* retval, zend_class_entry* ce)
99
{
0 commit comments