Skip to content

Commit 8800125

Browse files
committed
Fix proto for Binary::getSubType()
1 parent a1ebdcc commit 8800125

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BSON/Binary.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ PHP_METHOD(Binary, __construct)
6969
intern->subtype = subtype;
7070
}
7171
/* }}} */
72-
/* {{{ proto void Binary::getSubType()
72+
/* {{{ proto integer Binary::getSubType()
7373
*/
7474
PHP_METHOD(Binary, getSubType)
7575
{

0 commit comments

Comments
 (0)