Skip to content

Commit 6ff4c4c

Browse files
committed
Change docblock to regular comment
1 parent 1e8c927 commit 6ff4c4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/phongo_bson.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -896,7 +896,7 @@ bool php_phongo_bson_data_to_zval(const unsigned char* data, int data_len, zval*
896896
return retval;
897897
}
898898

899-
/** Converts a BSON value to a zval, returning BSON objects and arrays as
899+
/* Converts a BSON value to a zval, returning BSON objects and arrays as
900900
* standard PHP types instead of Document or PackedArray instances.
901901
*
902902
* On success, the zval will be populated and true will be returned. On error,

0 commit comments

Comments
 (0)