Skip to content

Commit 1771d5c

Browse files
committed
Merge pull request #1137
2 parents 1945bb0 + 84dfbd6 commit 1771d5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/MongoDB/WriteConcernError.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ static PHP_METHOD(WriteConcernError, getCode)
4141
RETURN_LONG(intern->code);
4242
} /* }}} */
4343

44-
/* {{{ proto mixed MongoDB\Driver\WriteConcernError::getInfo()
44+
/* {{{ proto object|null MongoDB\Driver\WriteConcernError::getInfo()
4545
Returns additional metadata for the error */
4646
static PHP_METHOD(WriteConcernError, getInfo)
4747
{

src/MongoDB/WriteError.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ static PHP_METHOD(WriteError, getMessage)
7272
RETURN_STRING(intern->message);
7373
} /* }}} */
7474

75-
/* {{{ proto mixed MongoDB\Driver\WriteError::getInfo()
75+
/* {{{ proto object|null MongoDB\Driver\WriteError::getInfo()
7676
Returns additional metadata for the error */
7777
static PHP_METHOD(WriteError, getInfo)
7878
{

0 commit comments

Comments
 (0)