Skip to content

Commit bf6cb25

Browse files
committed
Fix indentation
1 parent 29afa07 commit bf6cb25

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Zend/zend_API.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4353,9 +4353,9 @@ ZEND_API zend_property_info *zend_declare_typed_property(zend_class_entry *ce, z
43534353
(property_info_ptr->flags & ZEND_ACC_STATIC) == 0) {
43544354
property_info->offset = property_info_ptr->offset;
43554355
zval_ptr_dtor(&ce->default_properties_table[OBJ_PROP_TO_NUM(property_info->offset)]);
4356-
if (property_info_ptr->doc_comment) {
4357-
zend_string_release_ex(property_info_ptr->doc_comment, 1);
4358-
}
4356+
if (property_info_ptr->doc_comment) {
4357+
zend_string_release_ex(property_info_ptr->doc_comment, 1);
4358+
}
43594359
zend_hash_del(&ce->properties_info, name);
43604360

43614361
ZEND_ASSERT(ce->type == ZEND_INTERNAL_CLASS);

0 commit comments

Comments
 (0)