@@ -100,7 +100,7 @@ static PHP_METHOD(ServerDescription, getHost)
100100} /* }}} */
101101
102102/* {{{ proto integer MongoDB\Driver\ServerDescription::getLastUpdateTime()
103- Returns the server’ s last update time, in microseconds */
103+ Returns the server' s last update time, in microseconds */
104104static PHP_METHOD (ServerDescription , getLastUpdateTime )
105105{
106106 php_phongo_serverdescription_t * intern ;
@@ -122,7 +122,7 @@ static PHP_METHOD(ServerDescription, getLastUpdateTime)
122122} /* }}} */
123123
124124/* {{{ proto integer MongoDB\Driver\ServerDescription::getPort()
125- Returns the server’ s port */
125+ Returns the server' s port */
126126static PHP_METHOD (ServerDescription , getPort )
127127{
128128 php_phongo_serverdescription_t * intern ;
@@ -135,7 +135,7 @@ static PHP_METHOD(ServerDescription, getPort)
135135} /* }}} */
136136
137137/* {{{ proto integer MongoDB\Driver\ServerDescription::getRoundTripTime()
138- Returns the server’ s round trip time, in milliseconds */
138+ Returns the server' s round trip time, in milliseconds */
139139static PHP_METHOD (ServerDescription , getRoundTripTime )
140140{
141141 php_phongo_serverdescription_t * intern ;
@@ -153,7 +153,7 @@ static PHP_METHOD(ServerDescription, getRoundTripTime)
153153} /* }}} */
154154
155155/* {{{ proto string MongoDB\Driver\ServerDescription::getType()
156- Returns the server’ s node type */
156+ Returns the server' s node type */
157157static PHP_METHOD (ServerDescription , getType )
158158{
159159 php_phongo_serverdescription_t * intern ;
0 commit comments