Skip to content

Commit 8ec05cc

Browse files
committed
Document actual default Manager URI (see: PHPC-746)
1 parent 149ddc4 commit 8ec05cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MongoDB/Manager.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ PHONGO_API zend_class_entry *php_phongo_manager_ce;
4949

5050
zend_object_handlers php_phongo_handler_manager;
5151

52-
/* {{{ proto void Manager::__construct([string $uri = "mongodb://localhost:27017/"[, array $options = array()[, array $driverOptions = array()]]])
52+
/* {{{ proto void Manager::__construct([string $uri = "mongodb://127.0.0.1/"[, array $options = array()[, array $driverOptions = array()]]])
5353
Constructs a new Manager */
5454
PHP_METHOD(Manager, __construct)
5555
{

0 commit comments

Comments
 (0)