Skip to content

Commit ab85fe1

Browse files
committed
nit
1 parent 05ae5ed commit ab85fe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend_API.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1852,7 +1852,7 @@ ZEND_API zend_result object_init_with_constructor(zval *arg, zend_class_entry *c
18521852
if (UNEXPECTED(status == FAILURE)) {
18531853
return FAILURE;
18541854
}
1855-
zend_object * obj = Z_OBJ_P(arg);
1855+
zend_object *obj = Z_OBJ_P(arg);
18561856
zend_function *constructor = obj->handlers->get_constructor(obj);
18571857
if (UNEXPECTED(constructor == NULL)) {
18581858
return FAILURE;

0 commit comments

Comments
 (0)